コード例 #1
0
ファイル: Human.cs プロジェクト: Virkin/ChessEngine
 public Human(bool initColor, Board initBoard) : base(initColor, initBoard)
 {
 }