Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2020-08-11 01:16:03 +02:00
14 changed files with 111 additions and 73 deletions

View File

@@ -41,6 +41,7 @@ public class LootRecord
@Getter
private String username;
private LootRecordType type;
private Object metadata;
private Collection<GameItem> drops;
private Instant time;