project: upstream to d314c0ecee

This commit is contained in:
TheRealNull
2020-12-28 16:09:17 -05:00
parent 18e1ad79c7
commit d57d190ef0
17 changed files with 583 additions and 155 deletions

View File

@@ -24,6 +24,7 @@
*/
package net.runelite.http.api.ge;
import java.time.Instant;
import lombok.Data;
import net.runelite.http.api.worlds.WorldType;
@@ -42,4 +43,6 @@ public class GrandExchangeTrade
private int offer;
private int slot;
private WorldType worldType;
}
private int seq;
private Instant resetTime;
}