6 lines
277 B
Python
6 lines
277 B
Python
from . import DistributedSZTreasureAI
|
|
|
|
class DistributedTTTreasureAI(DistributedSZTreasureAI.DistributedSZTreasureAI):
|
|
|
|
def __init__(self, air, treasurePlanner, x, y, z):
|
|
DistributedSZTreasureAI.DistributedSZTreasureAI.__init__(self, air, treasurePlanner, x, y, z)
|