Poodletooth-iLand/toontown/parties/GlobalPartyManager.py
John 35b646c4e6 Revert "Spring cleaning"
This reverts commit 1e4bad8c6b.
2015-06-16 20:26:44 +03:00

6 lines
No EOL
298 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')