예제 #1
0
 public Keyboard(ScriptContext ctx) {
   this.ctx = ctx;
   this.handler = ctx.getBot().getInputHandler();
 }