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

HandCards() public static méthode

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