historical/toontown-classic.git/otp/status/StatusDatabaseUD.py
2024-01-16 11:20:27 -06:00

12 lines
376 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectUD import DistributedObjectUD
class StatusDatabaseUD(DistributedObjectUD):
notify = DirectNotifyGlobal.directNotify.newCategory("StatusDatabaseUD")
def requestOfflineAvatarStatus(self, todo0):
pass
def recvOfflineAvatarStatus(self, todo0, todo1):
pass