mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
17
client/src/main/java/rt4/ParticleSystem.java
Normal file
17
client/src/main/java/rt4/ParticleSystem.java
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!ga")
|
||||
public final class ParticleSystem extends ParticleNode {
|
||||
|
||||
static {
|
||||
new SecondaryHashTable(8);
|
||||
new Buffer(131056);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ga", name = "d", descriptor = "()V")
|
||||
public final void method1646() {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue