public MenuSystem (ControlsQB controls) { Input = new MenuInput(controls); }
public MenuInput(ControlsQB input) { this.input = input; }