コード例 #1
0
 public void tick(Input input) {
   this.input = input;
   handleInput();
   level.tick();
 }