useOnAcquire property

  1. @JsonKey(name: 'useOnAcquire')
bool? useOnAcquire
getter/setter pair

If true, this action will be performed as soon as you earn this item. Some rewards work this way, providing you a single item to pick up from a reward-granting vendor in-game and then immediately consuming itself to provide you multiple items.

Implementation

@JsonKey(name:'useOnAcquire')
bool? useOnAcquire;