historical/toontown-classic.git/toontown/safezone/DistributedFFTreasureAI.py

7 lines
270 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
import DistributedSZTreasureAI
class DistributedFFTreasureAI(DistributedSZTreasureAI.DistributedSZTreasureAI):
def __init__(self, air, treasurePlanner, x, y, z):
DistributedSZTreasureAI.DistributedSZTreasureAI.__init__(self, air, treasurePlanner, x, y, z)