Ejemplo n.º 1
0
 protected void AddComponent <T>()
 {
     repository.AddComponent <T>(gameObject, GetComponent <T>());
 }