Ejemplo n.º 1
0
 public static bool IsValidType(string id) => Widgets.ContainsKey(id) || id == StatTypeName || id == RecordTypeName || id == NeedTypeName || id == SkillTypeName || id == TrainingTypeName;