oldschool-toontown/otp/avatar/DistributedPlayerUD.py

5 lines
236 B
Python
Raw Permalink Normal View History

from otp.avatar.DistributedAvatarUD import DistributedAvatarUD
from direct.directnotify.DirectNotifyGlobal import directNotify
class DistributedPlayerUD(DistributedAvatarUD):
notify = directNotify.newCategory('DistributedPlayerUD')