Example #1
0
 public UIAlert CreateAlert(string text, Color color)
 {
     return(alertPanel.SetNewAlert(text, color));
 }