client: add hiscore plugin

This commit is contained in:
Adam
2017-02-13 19:31:11 -05:00
parent 1cb085af13
commit 6c6d87cc11
34 changed files with 380 additions and 10 deletions

View File

@@ -78,6 +78,11 @@
<version>133.2-SNAPSHOT</version> <!-- rs version -->
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>http-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>