ge: submit buy limit reset time

This commit is contained in:
Adam
2020-12-25 19:58:22 -05:00
parent 9a322c70d0
commit e3b75c8b7a
4 changed files with 11 additions and 2 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;
@@ -43,4 +44,5 @@ public class GrandExchangeTrade
private int slot;
private WorldType worldType;
private int seq;
private Instant resetTime;
}