Exemplo n.º 1
0
 public static bool CheckPieceStillPlayable(Piece playerBoardPiece)
 {
     if (playerBoardPiece.GetStillInPlay())
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }