mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:42:54 +08:00
Remove some unnecessary members
This commit is contained in:
parent
ee59182989
commit
38502ba88c
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user