Exemplo n.º 1
0
 public bool CheckIfTeleportable(int playerID, int nodeID)
 {
     return(controller.CheckTeleportable(playerID, nodeID));
 }