/**
  * Sets the onclick action using the ActionUtil.Run delegate
  */
 public GUIButton OnClick(ActionUtil.Run r)
 {
     this.action = r;
     return this;
 }
Beispiel #2
0
 /**
  * Sets the onclick action using the ActionUtil.Run delegate
  */
 public GUIButton OnClick(ActionUtil.Run r)
 {
     this.action = r;
     return(this);
 }