private void StopMoveSound() { AudioUtils.StopSound(EntityManager, AudioTypes.PlayerThruster); m_IsPlayingMoveSound = false; }
private void PlayMoveSound() { AudioUtils.PlaySound(EntityManager, AudioTypes.PlayerThruster, true); m_IsPlayingMoveSound = true; }