public TestGamePleaseIgnore(string title, RunnableComponent runnableComponent) { this.isRunning = false; this.fps = 0; this.title = title; this.runnableComponent = runnableComponent; //textures = new Textures(); input = new InputController(); }