internal SettingsWindow() { settings = SettingsWrapper.Instance.gameSettings; modStyle = SettingsWrapper.Instance.modStyle; showWindow = false; windowRect = new Rect((Screen.width - 250) / 2, (Screen.height - 300) / 2, 250, 300); windowId = GUIUtility.GetControlID(FocusType.Passive); }
private SettingsWrapper() { gameSettings = new Settings("EVAEnhancements.cfg"); modStyle = new ModStyle(); }