oldschool-toontown/toontown/minigame/DistributedTagTreasureAI.py
2019-11-02 18:27:54 -04:00

7 lines
328 B
Python

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)