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
1 changed files with 1 additions and 0 deletions

View File

@ -42,5 +42,6 @@ public enum BeatmapApproval
Ranked,
Approved,
Qualified,
Loved
}
}