SharpBelot.HumanPlayer.HumanPlayer C# (CSharp) Method

HumanPlayer() public method

Constructor for the class. Creates a new human player with the specified name.
public HumanPlayer ( string name ) : System
name string The name of the player
return System
        public HumanPlayer( string name )
            : base(name)
        {
        }