mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
More accurate Buffer naming, renamed allocation arrays
This commit is contained in:
parent
5e66d3ba01
commit
c5ef44dfcb
58 changed files with 891 additions and 896 deletions
|
|
@ -31,7 +31,7 @@ public final class StockMarketOffer {
|
|||
|
||||
@OriginalMember(owner = "client!sg", name = "<init>", descriptor = "(Lclient!wa;)V")
|
||||
public StockMarketOffer(@OriginalArg(0) Buffer arg0) {
|
||||
this.aByte17 = arg0.g1s();
|
||||
this.aByte17 = arg0.g1b();
|
||||
this.item = arg0.g2();
|
||||
this.price = arg0.g4();
|
||||
this.count = arg0.g4();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue