Skip to content

Commit

Permalink
Merge pull request #58 from ToniMacaroni/development
Browse files Browse the repository at this point in the history
Update Plugin.cs
  • Loading branch information
ToniMacaroni authored Dec 27, 2021
2 parents 2de657e + 5ce5eda commit 2b47508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TrickSaber/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public Plugin(IPALogger logger, Config conf, Zenjector zenjector)
var pluginConfig = conf.Generated<PluginConfig>();

zenjector.UseLogger(logger);
zenjector.UseHttpService();
zenjector.Install<AppInstaller>(Location.App, pluginConfig);
zenjector.Install<MenuInstaller>(Location.Menu);
zenjector.Install<GameInstaller>(Location.StandardPlayer);
Expand Down

0 comments on commit 2b47508

Please sign in to comment.