mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Add owner id to playlist items
This commit is contained in:
@ -18,6 +18,9 @@ namespace osu.Game.Online.Rooms
|
||||
[JsonProperty("id")]
|
||||
public long ID { get; set; }
|
||||
|
||||
[JsonProperty("owner_id")]
|
||||
public int OwnerID { get; set; }
|
||||
|
||||
[JsonProperty("beatmap_id")]
|
||||
public int BeatmapID { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user