public static void LoadVortexUI(List <IExposedMod> exposedMods) { try { VortexUI.Load(exposedMods); } catch (Exception exc) { LoggerDelegates.LogError(exc); } }
private void Awake() { m_Instance = this; DontDestroyOnLoad(this); }