ge: include slot id

This commit is contained in:
Adam
2020-06-03 13:29:31 -04:00
parent 7b90a6967a
commit a803ba567b
4 changed files with 6 additions and 0 deletions

View File

@@ -38,5 +38,6 @@ public class GrandExchangeTrade
private int total;
private int spent;
private int offer;
private int slot;
private WorldType worldType;
}