Exemplo n.º 1
0
 def RoomStartGame(self, RoomId, code):
     Room = self.RoomList[RoomId]
     if Room is None:
         ERROR_MSG("RoomMgr::RoomStartGame: Room with Id(%i)  is none" %
                   (RoomId))
         return
     Room.StartGame(code)