6 lines
321 B
Python
6 lines
321 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from toontown.parties.DistributedPartyCatchActivityAI import DistributedPartyCatchActivityAI
|
||
|
|
||
|
class DistributedPartyWinterCatchActivityAI(DistributedPartyCatchActivityAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyWinterCatchActivityAI")
|