historical/toontown-classic.git/toontown/safezone/DistributedDDTreasureAI.py
2024-01-16 11:20:27 -06:00

6 lines
270 B
Python

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