public int GetAttributeValue(EBattleAttribute type) { if (!attributes.ContainsKey(type)) { return(0); } else { return(attributes[type]); } }
public void setAttrId(EBattleAttribute attrId) { this.attrId = attrId; }