mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-27 05:32:41 -06:00
21 lines
610 B
Python
21 lines
610 B
Python
from direct.directnotify import DirectNotifyGlobal
|
|
from direct.distributed.DistributedObjectUD import DistributedObjectUD
|
|
|
|
class TTCodeRedemptionMgrUD(DistributedObjectUD):
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("TTCodeRedemptionMgrUD")
|
|
|
|
def giveAwardToToonResult(self, todo0, todo1):
|
|
pass
|
|
|
|
def redeemCode(self, todo0, todo1):
|
|
pass
|
|
|
|
def redeemCodeAiToUd(self, todo0, todo1, todo2, todo3, todo4):
|
|
pass
|
|
|
|
def redeemCodeResultUdToAi(self, todo0, todo1, todo2, todo3, todo4):
|
|
pass
|
|
|
|
def redeemCodeResult(self, todo0, todo1, todo2):
|
|
pass
|
|
|