public GameController(int tickRate, string processName, frmOverlay form) { this.tickRate = tickRate; this.processName = processName; this.form = form; this.inputUpdater = new InputUpdater(); }