Poodletooth-iLand/otp/status/StatusDatabaseUD.py

13 lines
376 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
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