oldschool-toontown/toontown/safezone/DistributedDLTreasureAI.py

7 lines
277 B
Python
Raw Permalink Normal View History

from . import DistributedSZTreasureAI
2019-11-02 22:27:54 +00:00
class DistributedDLTreasureAI(DistributedSZTreasureAI.DistributedSZTreasureAI):
def __init__(self, air, treasurePlanner, x, y, z):
DistributedSZTreasureAI.DistributedSZTreasureAI.__init__(self, air, treasurePlanner, x, y, z)