public bool Check(CharacterStatTypes type, int toCheck) { return(_dictionary[type].value >= toCheck); }
public Artibute(CharacterStatTypes t) { type = t; }