mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Rename Class47_Sub1 to ParticleSystem
This commit is contained in:
parent
aa010fffa1
commit
1e96719bc7
13 changed files with 18 additions and 18 deletions
15
client/src/main/java/ParticleSystem.java
Normal file
15
client/src/main/java/ParticleSystem.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!ga")
|
||||
public final class ParticleSystem extends Class47 {
|
||||
|
||||
static {
|
||||
new Class132(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