Exemplo n.º 1
0
 public T FirstOfType <T>() where T : GameObjectComponent
 {
     return(components.FirstOfType <T>());
 }
Exemplo n.º 2
0
 public T FirstBehaviourOfType <T>() where T : Behaviour
 {
     return(behaviours.FirstOfType <T>());
 }