Exemplo n.º 1
0
 private void OnEnable()
 {
     if (TargetList != null)
     {
         TargetList.AddObject(gameObject);
     }
 }
 public void AddComponenet(GameObject go)
 {
     List.AddObject(go);
 }