oldschool-toontown/toontown/safezone/DistributedMMTreasureAI.py

7 lines
277 B
Python
Raw Normal View History

from . import DistributedSZTreasureAI
2019-11-02 17:27:54 -05:00
class DistributedMMTreasureAI(DistributedSZTreasureAI.DistributedSZTreasureAI):
def __init__(self, air, treasurePlanner, x, y, z):
DistributedSZTreasureAI.DistributedSZTreasureAI.__init__(self, air, treasurePlanner, x, y, z)