Exemple #1
0
 public static Color Tint(this SpellSchool dir)
 {
     return(dir.GetAttribute <SpellSchoolAttribute>().tint);
 }
Exemple #2
0
 public static string SchoolName(this SpellSchool dir)
 {
     return(dir.GetAttribute <SpellSchoolAttribute>().schoolName);
 }