コード例 #1
0
 public bool Check(CharacterStatTypes type, int toCheck)
 {
     return(_dictionary[type].value >= toCheck);
 }
コード例 #2
0
 public Artibute(CharacterStatTypes t)
 {
     type = t;
 }