mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Mention safety failures of Beatmap/Score constructors
This commit is contained in:
@ -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).
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user