public InterruptedInput(NormalInputButtons input) { Input = input; }
public NormalInput(NormalInputButtons input) { Input = input; }