Poodletooth-iLand/toontown/parties/GlobalPartyManager.py

6 lines
298 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from direct.distributed.DistributedObjectGlobal import DistributedObjectGlobal
from direct.distributed.PyDatagram import *
from direct.directnotify.DirectNotifyGlobal import directNotify
class GlobalPartyManager(DistributedObjectGlobal):
notify = directNotify.newCategory('GlobalPartyManager')