applyThrottles property

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

If true, the game's internal mechanisms to throttle progression should be applied.

Implementation

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