Пример #1
0
 public void ShowPanelMessageError(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.magenta;
     OnMapUI.Get().bottomButtonText.text = text;
     NAudio.PlayBuzzer();
 }
Пример #2
0
 public void ShowPanelMessage(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.white;
     OnMapUI.Get().bottomButtonText.text = text;
 }
Пример #3
0
 // Start is called before the first frame update
 void Start()
 {
     self     = this;
     bottomUI = new BottomUI();
 }