Esempio n. 1
0
 public static void  AddExisting <T>(T existing) where T : MonoBehaviour
 {
     Instance.AddExisting <T>(existing);
 }