updated oppInfo to have Opponent HP percent

This commit is contained in:
noremac201
2017-02-05 13:37:48 -06:00
committed by Adam
parent 5d8396cf59
commit eb6b71616b
12 changed files with 1165 additions and 25 deletions

View File

@@ -62,6 +62,11 @@
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>net.runelite</groupId>