7 lines
257 B
Python
7 lines
257 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from toontown.classicchars.DistributedChipAI import DistributedChipAI
|
||
|
|
||
|
class DistributedPoliceChipAI(DistributedChipAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPoliceChipAI")
|
||
|
|