Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2021-09-03 20:42:14 +02:00
20 changed files with 304 additions and 20 deletions

View File

@@ -40,4 +40,5 @@ public class LootRecord
private Object metadata;
private Collection<GameItem> drops;
private Instant time;
private Integer world;
}