Ejemplo n.º 1
0
 void Awake()
 {
     start = GetComponentInParent <DangerArea> ();
     start.AddEnemie(this);
 }
Ejemplo n.º 2
0
 public virtual void RegistrationInStack()
 {
     myStack = GetComponentInParent <DangerArea> ();
     myStack.AddEnemie(this);
 }