Пример #1
0
 def changeState(self, new_state):
     PokerClientProtocol.changeState(self, new_state)
     if new_state == STATE_JOIN:
         self.executeCmd("seat")
         self.executeCmd("buy_in")
Пример #2
0
 def changeState(self, new_state):
     PokerClientProtocol.changeState(self, new_state)
     if new_state == STATE_JOIN:
         self.executeCmd("seat")
         self.executeCmd("buy_in")