oldschool-toontown/toontown/safezone/DistributedTTTreasureAI.py

7 lines
277 B
Python
Raw Permalink Normal View History

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