Move EventBus implementation to runelite-client

This commit is contained in:
Adam
2018-12-01 17:06:23 -05:00
parent b0eded62a8
commit e3c243e1e0
135 changed files with 148 additions and 147 deletions

View File

@@ -32,8 +32,8 @@ import java.time.Instant;
import java.util.UUID;
import java.util.concurrent.ScheduledExecutorService;
import javax.inject.Inject;
import net.runelite.api.events.EventBus;
import net.runelite.client.account.AccountSession;
import net.runelite.client.eventbus.EventBus;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;