oldschool-toontown/otp/avatar/DistributedPlayerUD.py
2024-06-25 21:00:27 -05:00

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')