mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 07:52:56 +08:00
Expose no-op constructors as protected
This commit is contained in:
parent
3bcd6b9af5
commit
8193038986
@ -62,7 +62,7 @@ namespace osu.Game.Beatmaps
|
||||
}
|
||||
|
||||
[UsedImplicitly]
|
||||
private BeatmapInfo()
|
||||
protected BeatmapInfo()
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -165,7 +165,7 @@ namespace osu.Game.Scoring
|
||||
}
|
||||
|
||||
[UsedImplicitly] // Realm
|
||||
private ScoreInfo()
|
||||
protected ScoreInfo()
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user