master
# frozen_string_literal: true module RatingChgkV2 module Collections class PlayersCollection < BaseCollection paginated MODEL = 'Player' end end end