示例#1
0
 /// <summary>
 /// Returns an array of all the chess moves played so far.
 /// </summary>
 /// <returns></returns>
 public ChessMove[] GetMoveHistory()
 {
     return(ChessEngine.GetMoveHistory());
 }