def announceGenerate(self):
        DistributedObjectUD.announceGenerate(self)

        self.sendUpdate('partyManagerUdStartingUp') # Shouldn't have to send to anyone special, as the field is airecv
 def announceGenerate(self):
     DistributedObjectUD.announceGenerate(self)
     self.sendUpdate('lobbyManagerUdStartingUp')
 def announceGenerate(self):
     DistributedObjectUD.announceGenerate(self)
     self.sendUpdate('lobbyManagerUdStartingUp')
Пример #4
0
    def announceGenerate(self):
        DistributedObjectUD.announceGenerate(self)

        self.sendUpdate(
            'partyManagerUdStartingUp'
        )  # Shouldn't have to send to anyone special, as the field is airecv
 def announceGenerate(self):
     DistributedObjectUD.announceGenerate(self)