Exemple #1
0
 public static void PreparePopup(LMS_GuiPopup popup, string text, string title, Color c, PopupHandler handler = null)
 {
     popup.SetText(text);
     popup.SetTitle(title);
     popup.SetPopupOutlineColor(c);
     popup.SetHandle(handler);
 }