Beispiel #1
0
 public bool CheckBounds(int source, int move)
 {
     return(CurrentPlayer.CheckMoveBounds(source, move));
 }