Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniMacaroni committed Dec 26, 2021
1 parent 145ebef commit 5ce5eda
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 5ce5eda

Please sign in to comment.