1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 03:02:56 +08:00

Add loved enum on BeatmapApproval (#6995)

Add loved enum on BeatmapApproval
This commit is contained in:
Dean Herbert 2019-11-29 00:30:06 +09:00 committed by GitHub
commit 47d0eb1564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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