Пример #1
0
 public UIButton(string ButtonText, OnClickedEvent ClickCallback, BUI.UIType DifferentButtonType)
 {
     buttonText             = ButtonText;
     clickCallback          = ClickCallback;
     customButtonType       = DifferentButtonType;
     hasDifferentButtonType = true;
 }
Пример #2
0
 public UIBox(string ID, BUI.UIType Type)
 {
     id   = ID;
     type = Type;
 }