Пример #1
0
 public void ShowPanelMessage(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.white;
     OnMapUI.Get().bottomButtonText.text = text;
 }
Пример #2
0
 public void ShowPanelMessageError(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.magenta;
     OnMapUI.Get().bottomButtonText.text = text;
     NAudio.PlayBuzzer();
 }