ChessDotNet.Pieces.King.King C# (CSharp) Method

King() public method

public King ( Player owner ) : System
owner Player
return System
        public King(Player owner) : this(owner, true) { }

Same methods

King::King ( Player owner, bool hasCastlingAbility ) : System