Injector, deob, mixins

This commit is contained in:
Lucas
2019-06-08 09:33:50 +02:00
parent 276ff1995d
commit 49afdf7dc7
599 changed files with 84012 additions and 1821 deletions

View File

@@ -3,19 +3,20 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.runeswag</groupId>
<artifactId>runeswag-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
</parent>
<groupId>net.runelite.rs</groupId>
<artifactId>rs-client</artifactId>
<name>RuneScape Client</name>
<dependencies>
<dependency>
<groupId>com.runeswag</groupId>
<artifactId>api</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>net.runelite.rs</groupId>
<artifactId>runescape-api</artifactId>
<version>1.5.27-SNAPSHOT</version>
</dependency>
<dependency>