Esempio n. 1
0
 public T GetAttribute <T>() where T : GameAttribute
 {
     return(ElementAcquisitor.GetElement <T>(Attributes.ToArray()));
 }
Esempio n. 2
0
 public T[] GetSkills <T>() where T : Skill
 {
     return(ElementAcquisitor.GetElements <T>(Skills.ToArray()));
 }