Sanguosha.Core.Games.PlayerExtension.DefensiveHorse C# (CSharp) Méthode

DefensiveHorse() public static méthode

public static DefensiveHorse ( this p ) : Sanguosha.Core.Cards.Card
p this
Résultat Sanguosha.Core.Cards.Card
        public static Card DefensiveHorse(this Player p)
        {
            return Game.CurrentGame.Decks[p, DeckType.Equipment].FirstOrDefault(c => c.Type is DefensiveHorse);
        }