runelite-api: add api method for reading varbits

This commit is contained in:
Adam
2017-04-21 13:43:52 -04:00
parent 512d0f5ff1
commit 63e1ba6a26
4 changed files with 198 additions and 0 deletions

View File

@@ -42,5 +42,12 @@
<artifactId>api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>