Poodletooth-iLand/toontown/parties/GlobalPartyManager.py

7 lines
299 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):
2015-07-05 18:59:25 -05:00
notify = directNotify.newCategory('GlobalPartyManager')