5 lines
No EOL
236 B
Python
5 lines
No EOL
236 B
Python
from otp.avatar.DistributedAvatarUD import DistributedAvatarUD
|
|
from direct.directnotify.DirectNotifyGlobal import directNotify
|
|
|
|
class DistributedPlayerUD(DistributedAvatarUD):
|
|
notify = directNotify.newCategory('DistributedPlayerUD') |