Esempio n. 1
0
 public AttributeEntry(CharacterAttributeType type, float level)
 {
     this.level = level;
     this.name  = type.ToString();
     this.type  = type;
 }
Esempio n. 2
0
 public AttributeEntry(CharacterAttributeType type, float level)
 {
     this.level = level;
     this.name = type.ToString();
     this.type = type;
 }