mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 08:47:54 +00:00
58 lines
1.1 KiB
Python
58 lines
1.1 KiB
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
||
|
|
||
|
class DistributedCogdoInteriorAI(DistributedObjectAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedCogdoInteriorAI")
|
||
|
|
||
|
def setZoneId(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setExtZoneId(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setDistBldgDoId(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setNumFloors(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setShopOwnerNpcId(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setSOSNpcId(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setFOType(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setToons(self, todo0, todo1):
|
||
|
pass
|
||
|
|
||
|
def setSuits(self, todo0, todo1, todo2):
|
||
|
pass
|
||
|
|
||
|
def setState(self, todo0, todo1):
|
||
|
pass
|
||
|
|
||
|
def setAvatarJoined(self):
|
||
|
pass
|
||
|
|
||
|
def elevatorDone(self):
|
||
|
pass
|
||
|
|
||
|
def reserveJoinDone(self):
|
||
|
pass
|
||
|
|
||
|
def toonLeftBarrelRoom(self):
|
||
|
pass
|
||
|
|
||
|
def toonBarrelRoomIntroDone(self):
|
||
|
pass
|
||
|
|
||
|
def setBarrelRoomReward(self, todo0, todo1):
|
||
|
pass
|
||
|
|
||
|
def toonBarrelRoomRewardDone(self):
|
||
|
pass
|
||
|
|