oldschool-toontown/toontown/minigame/DistributedTagTreasureAI.py

8 lines
328 B
Python
Raw Normal View History

2019-11-02 17:27:54 -05:00
from toontown.safezone import DistributedTreasureAI
from direct.distributed.ClockDelta import *
class DistributedTagTreasureAI(DistributedTreasureAI.DistributedTreasureAI):
def __init__(self, air, treasurePlanner, x, y, z):
DistributedTreasureAI.DistributedTreasureAI.__init__(self, air, treasurePlanner, x, y, z)