numl.Tests.AITests.TicTacToe.TicTacToe C# (CSharp) Method

TicTacToe() public method

public TicTacToe ( bool player ) : System
player bool
return System
        public TicTacToe(bool player)
        {
            Id = ++_Id;
            IsTerminal = false;
            Player = player;
        }

Same methods

TicTacToe::TicTacToe ( bool player, int board ) : System