예제 #1
0
파일: BottomUI.cs 프로젝트: TrutzX/9Nations
 public void ShowPanelMessage(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.white;
     OnMapUI.Get().bottomButtonText.text = text;
 }
예제 #2
0
파일: BottomUI.cs 프로젝트: TrutzX/9Nations
 public void ShowPanelMessageError(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.magenta;
     OnMapUI.Get().bottomButtonText.text = text;
     NAudio.PlayBuzzer();
 }