Ejemplo n.º 1
0
 public T[] GetGameObjects <T>() where T : GameObject
 {
     return(ElementAcquisitor.GetElements <T>(SubObjects.ToArray()));
 }
Ejemplo n.º 2
0
 public T[] GetActions <T>() where T : GameAction
 {
     return(ElementAcquisitor.GetElements <T>(Actions.ToArray()));
 }
Ejemplo n.º 3
0
 public T[] GetAttributes <T>() where T : GameAttribute
 {
     return(ElementAcquisitor.GetElements <T>(BaseAttributes.ToArray()));
 }