Poodletooth-iLand/otp/status/StatusDatabaseUD.py

13 lines
376 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06: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