This commit is contained in:
@@ -153,7 +153,7 @@ namespace ShrinkSDK.Installer
|
||||
DataSaverApp, DataSaverEventBus, NetworkApp, NetworkEventBus,
|
||||
StarterBasic
|
||||
},
|
||||
new[] { StarterBasic },
|
||||
new[] { StarterBasic, ContextEventBusAdapter },
|
||||
recommended: true),
|
||||
new ShrinkSdkPackageBundle(
|
||||
"Context 最小基座",
|
||||
@@ -195,7 +195,7 @@ namespace ShrinkSDK.Installer
|
||||
DataSaverApp, DataSaverEventBus, NetworkApp, NetworkEventBus,
|
||||
StarterBasic
|
||||
},
|
||||
new[] { StarterBasic, ModFramework, Tutorial })
|
||||
new[] { StarterBasic, ContextEventBusAdapter, ModFramework, Tutorial })
|
||||
};
|
||||
|
||||
internal static IReadOnlyList<ShrinkSdkPackageEntry> DistinctInstallRoots(
|
||||
|
||||
Reference in New Issue
Block a user