Exemple #1
0
 private bool IsGameFinished()
 {
     return(pathService.CheckForTargetNode(playerNodeID));
 }