Beispiel #1
0
 public item_selector_type(Command_Code a, string b, string c, Misc.item_tester_hook_func d, int e)
 {
     command = a;
     prompt  = b;
     noop    = c;
     filter  = d;
     mode    = e;
 }
Beispiel #2
0
 public item_selector_type(Command_Code a, string b, string c, Misc.item_tester_hook_func d, int e)
 {
     command = a;
     prompt = b;
     noop = c;
     filter = d;
     mode = e;
 }