8 lines
282 B
Python
8 lines
282 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
|
||
|
from toontown.safezone.DistributedSZTreasureAI import DistributedSZTreasureAI
|
||
|
|
||
|
|
||
|
class DistributedEFlyingTreasureAI(DistributedSZTreasureAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedEFlyingTreasureAI')
|