Poodletooth-iLand/toontown/parties/GlobalPartyManager.py
2015-07-05 19:59:25 -04:00

6 lines
299 B
Python
Executable file

from direct.distributed.DistributedObjectGlobal import DistributedObjectGlobal
from direct.distributed.PyDatagram import *
from direct.directnotify.DirectNotifyGlobal import directNotify
class GlobalPartyManager(DistributedObjectGlobal):
notify = directNotify.newCategory('GlobalPartyManager')