ChessDotNet.Variants.Atomic.AtomicChessGame.AtomicChessGame C# (CSharp) Метод

AtomicChessGame() публичный Метод

public AtomicChessGame ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public AtomicChessGame() : base() { }
        public AtomicChessGame(Piece[][] board, Player whoseTurn) : base(board, whoseTurn) { }

Same methods

AtomicChessGame::AtomicChessGame ( GameCreationData data ) : System.Collections.Generic
AtomicChessGame::AtomicChessGame ( IEnumerable moves, bool movesAreValidated ) : System.Collections.Generic
AtomicChessGame::AtomicChessGame ( Piece board, Player whoseTurn ) : System.Collections.Generic
AtomicChessGame::AtomicChessGame ( string fen ) : System.Collections.Generic