1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Add loved enum on BeatmapApproval

This commit is contained in:
Ganendra Afrasya 2019-11-28 21:59:57 +07:00
parent aee32a4ebe
commit 71a871d7d1

View File

@ -42,5 +42,6 @@ namespace osu.Game.Online.API.Requests
Ranked,
Approved,
Qualified,
Loved
}
}