1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-22 12:32:55 +08:00

Expose no-op constructors as protected

This commit is contained in:
Dean Herbert 2024-10-18 13:30:22 +09:00
parent 3bcd6b9af5
commit 8193038986
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ namespace osu.Game.Beatmaps
} }
[UsedImplicitly] [UsedImplicitly]
private BeatmapInfo() protected BeatmapInfo()
{ {
} }

View File

@ -165,7 +165,7 @@ namespace osu.Game.Scoring
} }
[UsedImplicitly] // Realm [UsedImplicitly] // Realm
private ScoreInfo() protected ScoreInfo()
{ {
} }