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