oldschool-toontown/toontown/safezone/DistributedBRTreasureAI.py
2019-12-30 01:07:56 -05:00

6 lines
277 B
Python

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