oldschool-toontown/toontown/safezone/DistributedMMTreasureAI.py

7 lines
270 B
Python
Raw Normal View History

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