Ejemplo n.º 1
0
 protected override void ActivateInstantly()
 {
     _soundEffectController.PlaySound(SoundEffectController.Sound.FlyAbility);
     StartCoroutine(Refresh());
     _mainCharacter.BeginFly();
     _mainCharacter.CharacterStop = true;
     _actualSpeed = _movementController.GetWayToPointer(_mainCharacter.transform.position).normalized *_speed;
 }