Poodletooth-iLand/toontown/coghq/DistributedCrusherEntity.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

12 lines
501 B
Python
Executable file

from otp.level import BasicEntities
from direct.directnotify import DirectNotifyGlobal
class DistributedCrusherEntity(BasicEntities.DistributedNodePathEntity):
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedCrusherEntity')
def __init__(self, cr):
BasicEntities.DistributedNodePathEntity.__init__(self, cr)
def announceGenerate(self):
BasicEntities.DistributedNodePathEntity.announceGenerate(self)
self.crushMsg = self.getUniqueName('crushMsg')