forked from 2009Scape/Server
Added initial version
This commit is contained in:
commit
c86870d0b0
14218 changed files with 1285207 additions and 0 deletions
12
Client/src/main/java/org/runite/client/ShaderInterface.java
Normal file
12
Client/src/main/java/org/runite/client/ShaderInterface.java
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package org.runite.client;
|
||||
|
||||
interface ShaderInterface {
|
||||
|
||||
void method21();
|
||||
|
||||
void method22();
|
||||
|
||||
void method23(int var1);
|
||||
|
||||
int method24();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue