ge plugin: include world type in trades

This commit is contained in:
Adam
2020-05-30 19:58:20 -04:00
parent 44ea837346
commit 6a2e15643f
5 changed files with 31 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
package net.runelite.http.api.ge;
import lombok.Data;
import net.runelite.http.api.worlds.WorldType;
@Data
public class GrandExchangeTrade
@@ -36,4 +37,5 @@ public class GrandExchangeTrade
private int total;
private int price;
private int offer;
private WorldType worldType;
}