2019-11-02 22:27:54 +00:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
from toontown.battle import BattlePlace
|
|
|
|
from direct.fsm import ClassicFSM, State
|
|
|
|
from direct.fsm import State
|
|
|
|
from toontown.toonbase import ToontownGlobals
|
|
|
|
from toontown.building import Elevator
|
2022-12-17 00:40:57 +00:00
|
|
|
from panda3d.core import *
|
2019-11-02 22:27:54 +00:00
|
|
|
from toontown.coghq import CogHQExterior
|
|
|
|
|
|
|
|
class LawbotHQExterior(CogHQExterior.CogHQExterior):
|
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory('LawbotHQExterior')
|