Example #1
0
 public PopupButton(string text, float width, RunButtonSpecificFunction function)
 {
     buttonText = text;
     buttonWidth = width;
     buttonSpecificFunction = function;
 }
Example #2
0
 public PopupButton(string text, float width, RunButtonSpecificFunction function)
 {
     buttonText             = text;
     buttonWidth            = width;
     buttonSpecificFunction = function;
 }