Пример #1
0
 public static T Add <T>(Transform go) where T : Component
 {
     return(Util.Add <T>(go.gameObject));
 }