Exemplo n.º 1
0
 void OnHit(Bullet bullet)
 {
     // Run away to fight another day
     _stateManager.ChangeState(EnemyStates.RunAway);
 }