singleItemHash property

  1. @JsonKey(name: 'singleItemHash')
int? singleItemHash
getter/setter pair

If this is populated, the socket will be overridden with a specific plug. If this isn't populated, it's being overridden by something more complicated that is only known by the Game Server and God, which means we can't tell you in advance what it'll be.

Implementation

@JsonKey(name:'singleItemHash')
int? singleItemHash;