Poodletooth-iLand/toontown/distributed/ToontownDistrict.py

13 lines
477 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from direct.directnotify import DirectNotifyGlobal
from direct.distributed import DistributedObject
from otp.distributed import DistributedDistrict
class ToontownDistrict(DistributedDistrict.DistributedDistrict):
notify = DirectNotifyGlobal.directNotify.newCategory('ToontownDistrict')
def __init__(self, cr):
DistributedDistrict.DistributedDistrict.__init__(self, cr)
self.avatarCount = 0
self.invasionStatus = 0
2015-07-05 18:59:25 -05:00
self.suitStatus = ''