Skip to content

Commit

Permalink
added 3 fields into DTO of MatchmakerQueueMapPool (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ETFreeman authored Oct 12, 2024
1 parent 89b26cc commit bc0a206
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ public class MatchmakerQueueMapPool extends AbstractEntity<MatchmakerQueueMapPoo
private Double minRating;
@ToString.Include
private Double maxRating;
@ToString.Include
private Integer vetoTokensPerPlayer;
@ToString.Include
private Integer maxTokensPerMap;
@ToString.Include
private Float minimalMapsAllowed;

@Relationship("matchmakerQueue")
@ToString.Include
Expand Down

0 comments on commit bc0a206

Please sign in to comment.