Add slf4j to mixins and expose logger in Hooks for them
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
package net.runelite.client.callback;
|
||||
|
||||
import com.google.common.eventbus.EventBus;
|
||||
import org.slf4j.Logger;
|
||||
|
||||
/**
|
||||
* Dummy class to make the mixins to compile.
|
||||
@@ -33,5 +34,7 @@ import com.google.common.eventbus.EventBus;
|
||||
*/
|
||||
public class Hooks
|
||||
{
|
||||
public static Logger log;
|
||||
|
||||
public static EventBus eventBus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user