highestOpposingFactionScore property

  1. @JsonKey(name: 'highestOpposingFactionScore')
double? highestOpposingFactionScore
getter/setter pair

If you have human opponents, this is the highest opposing team's score.

Implementation

@JsonKey(name:'highestOpposingFactionScore')
double? highestOpposingFactionScore;