Poodletooth-iLand/toontown/parties/DistributedPartyValentineJukebox40ActivityAI.py
2015-03-03 17:10:12 -05:00

6 lines
354 B
Python

from direct.directnotify import DirectNotifyGlobal
from toontown.parties.DistributedPartyJukeboxActivityBaseAI import DistributedPartyJukeboxActivityBaseAI
class DistributedPartyValentineJukebox40ActivityAI(DistributedPartyJukeboxActivityBaseAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineJukebox40ActivityAI")