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