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

Equipments() public static méthode

public static Equipments ( this p ) : List
p this
Résultat List
        public static List<Card> Equipments(this Player p)
        {
            return Game.CurrentGame.Decks[p, DeckType.Equipment];
        }