Пример #1
0
 public bool CheckIfNodeIsFree(Game game, int mapNodeId)
 {
     return(nodeCtr.CheckIfNodeIsFree(game, mapNodeId));
 }