Skip to content

Commit b15168c

Browse files
committed
feat: Add IPluginManager to SwiftlyCoreInjection
1 parent f373cd1 commit b15168c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

managed/src/SwiftlyS2.Shared/SwiftlyCoreInjection.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public static IServiceCollection AddSwiftly( this IServiceCollection self, ISwif
2929
.AddSingleton(core.MenusAPI)
3030
.AddSingleton(core.CommandLine)
3131
.AddSingleton(core.GameFileSystem)
32-
.AddSingleton(core.Translation);
32+
.AddSingleton(core.Translation)
33+
.AddSingleton(core.PluginManager);
3334

3435
if (addLogger)
3536
{

0 commit comments

Comments
 (0)