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