Ejemplo n.º 1
0
 public T GetGameObject <T>() where T : GameObject
 {
     return(ElementAcquisitor.GetElement <T>(SubObjects.ToArray()));
 }
Ejemplo n.º 2
0
 public T GetAction <T>() where T : GameAction
 {
     return(ElementAcquisitor.GetElement <T>(Actions.ToArray()));
 }
Ejemplo n.º 3
0
 public T GetAttribute <T>() where T : GameAttribute
 {
     return(ElementAcquisitor.GetElement <T>(BaseAttributes.ToArray()));
 }