2019-11-09 04:55:55 +00:00
|
|
|
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
|