Example #1
0
 public CommandInfo(ProcessCommandFunc func, uint lvl)
 {
     this.func = func;
     this.level = lvl;
 }
Example #2
0
 public CommandInfo(ProcessCommandFunc func, uint lvl)
 {
     this.func  = func;
     this.level = lvl;
 }