SharpBelot.HumanPlayer.HumanPlayer C# (CSharp) 메소드

HumanPlayer() 공개 메소드

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
리턴 System
        public HumanPlayer( string name )
            : base(name)
        {
        }