mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 14:30:19 +08:00
fix(UXAssist): start late-discovered mod features
This commit is contained in:
@@ -58,7 +58,8 @@ public class UniverseGenTweaks : BaseUnityPlugin, IModCanSave
|
||||
|
||||
Localization.Register();
|
||||
UIConfigWindow.Init();
|
||||
// Register features (Init runs eagerly here); UXAssist drives the deferred lifecycle (Start/Uninit/Update).
|
||||
// Register features (Init runs eagerly here); UXAssist drives the deferred lifecycle and starts
|
||||
// this feature set immediately if its lifecycle has already begun.
|
||||
ModFeatureRegistry.Discover(Assembly.GetExecutingAssembly());
|
||||
|
||||
I18N.Apply();
|
||||
|
||||
Reference in New Issue
Block a user