Guice : RuneliteProperties inj (#212)

This commit is contained in:
rbbi
2017-12-17 03:06:23 +00:00
committed by Alexander
parent 7ac5d5935c
commit bc3af562bd
2 changed files with 8 additions and 1 deletions

View File

@@ -88,10 +88,12 @@ public class RuneLite
private static RuneLite runelite;
private static TrayIcon trayIcon;
private final RuneliteProperties properties = new RuneliteProperties();
private Client client;
private ClientUI gui;
@Inject
private RuneliteProperties properties;
@Inject
private PluginManager pluginManager;