Move RS-related events to runelite-api

This commit is contained in:
Adam
2018-01-08 19:10:42 -05:00
parent 948f31769f
commit 16d08f62b8
55 changed files with 92 additions and 86 deletions

View File

@@ -37,6 +37,13 @@
<name>RuneLite API</name>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>