ChessDotNet.Variants.Antichess.AntichessGame.WouldBeInCheckAfter C# (CSharp) Method

WouldBeInCheckAfter() public method

public WouldBeInCheckAfter ( Move move, Player player ) : bool
move Move
player Player
return bool
        public override bool WouldBeInCheckAfter(Move move, Player player)
        {
            return false;
        }