oldschool-toontown/toontown/safezone/DistributedDGTreasureAI.py
2019-11-02 18:27:54 -04:00

6 lines
270 B
Python

import DistributedSZTreasureAI
class DistributedDGTreasureAI(DistributedSZTreasureAI.DistributedSZTreasureAI):
def __init__(self, air, treasurePlanner, x, y, z):
DistributedSZTreasureAI.DistributedSZTreasureAI.__init__(self, air, treasurePlanner, x, y, z)