コード例 #1
0
ファイル: MoveProcessor.cs プロジェクト: cococo111111/Spider
 private bool SimpleMoveIsValid(Move move)
 {
     return(Tableau.IsValid(move));
 }