예제 #1
0
 private void Start()
 {
     jumpCommand = new IJumpCommand();
     inputHandler.BindInputToCommand(KeyCode.Space, jumpCommand);
 }