Пример #1
0
 public OptionDefinition(string name, string category, int sortPriority, SRF.Helpers.MethodReference method)
     : this(name, category, sortPriority)
 {
     Method = method;
 }
Пример #2
0
 public void SetMethod(SRF.Helpers.MethodReference method)
 {
     _method    = method;
     Title.text = method.MethodName;
 }