private void CreateErrorLogScreen(MyGuiControlButton obj) { var debugErrorsScreen = new MyGuiScreenDebugErrors(); MyGuiSandbox.AddScreen(debugErrorsScreen); }