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