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