Mention safety failures of Beatmap/Score constructors

This commit is contained in:
Dean Herbert
2022-01-10 13:25:23 +09:00
parent c831e9107a
commit 83ccbc1d13
2 changed files with 14 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace osu.Game.Beatmaps
}
[UsedImplicitly]
public BeatmapInfo()
public BeatmapInfo() // TODO: this bypasses null safeties. needs to be hidden from user api (only should be used by realm).
{
}