Sanguosha.Core.Cards.CardAttribute.CardAttribute C# (CSharp) Method

CardAttribute() private method

private CardAttribute ( string attrName ) : System
attrName string
return System
        private CardAttribute(string attrName)
        {
            Name = attrName;
        }