Exemplo n.º 1
0
 public override void Tick()
 {
     if (attackController != null)
     {
         attackController.Tick();
     }
     else
     {
         Debug.Log("Enemy Attack Controller Not Found");
     }
 }