9 lines
335 B
Python
9 lines
335 B
Python
from direct.directnotify import DirectNotifyGlobal
|
|
from direct.distributed.DistributedObjectGlobalUD import DistributedObjectGlobalUD
|
|
|
|
class AstronLoginManagerUD(DistributedObjectGlobalUD):
|
|
notify = DirectNotifyGlobal.directNotify.newCategory('AstronLoginManagerUD')
|
|
|
|
def requestLogin(self, playToken):
|
|
print playToken
|