Пример #1
0
    void OnCafeActionStartedEvent(CafeActionStartedEvent eve)
    {
//		if (GameSaveManager.Instance.IsSFXPlay ()) {
        AudioManager.Instance.Play("enter_pitstop", false, 0.5f, 0.1f);
        AudioManager.Instance.Play("coffee_machine", false, 0.5f, 0.1f);
//		}
    }
 void OnCafeActionStartedEvent(CafeActionStartedEvent eve)
 {
     Time.timeScale = 0;
     SetActionUIsActive(true);
     StartCountdown();
 }
 void OnCafeActionStartedEvent(CafeActionStartedEvent eve)
 {
     IsPlaying = false;
 }