mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove some unnecessary members
This commit is contained in:
@ -20,15 +20,6 @@ namespace osu.Game.Online.API
|
||||
[JsonProperty("user_id")]
|
||||
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")]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public ScoreRank Rank { get; set; }
|
||||
|
Reference in New Issue
Block a user