mirror of
https://github.com/ppy/osu
synced 2025-01-09 07:39:46 +00:00
Expose read-only list from request
This commit is contained in:
parent
f5b34e0313
commit
5db63a8751
@ -2,12 +2,13 @@
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
public class GetBeatmapsRequest : APIRequest<GetBeatmapsResponse>
|
||||
{
|
||||
public readonly int[] BeatmapIds;
|
||||
public readonly IReadOnlyList<int> BeatmapIds;
|
||||
|
||||
private const int max_ids_per_request = 50;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user