Esempio n. 1
0
 async public Task MoveToLocation(Vector3 _location)
 {
     signalBus.TryFire(new SignalPlayOneShot()
     {
         soundName = SoundName.playerMove
     });
     await currentPlayerView.MoveToLocation(_location);
 }