mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Remove some unnecessary members
This commit is contained in:
@ -20,15 +20,6 @@ namespace osu.Game.Online.API
|
|||||||
[JsonProperty("user_id")]
|
[JsonProperty("user_id")]
|
||||||
public int UserID { get; set; }
|
public int UserID { get; set; }
|
||||||
|
|
||||||
[JsonProperty("room_id")]
|
|
||||||
public int RoomID { get; set; }
|
|
||||||
|
|
||||||
[JsonProperty("playlist_item_id")]
|
|
||||||
public int PlaylistItemID { get; set; }
|
|
||||||
|
|
||||||
[JsonProperty("beatmap_id")]
|
|
||||||
public int BeatmapID { get; set; }
|
|
||||||
|
|
||||||
[JsonProperty("rank")]
|
[JsonProperty("rank")]
|
||||||
[JsonConverter(typeof(StringEnumConverter))]
|
[JsonConverter(typeof(StringEnumConverter))]
|
||||||
public ScoreRank Rank { get; set; }
|
public ScoreRank Rank { get; set; }
|
||||||
|
Reference in New Issue
Block a user