6 lines
335 B
Python
6 lines
335 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from toontown.parties.DistributedPartyJukeboxActivityBaseAI import DistributedPartyJukeboxActivityBaseAI
|
||
|
|
||
|
class DistributedPartyJukebox40ActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyJukebox40ActivityAI")
|