mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:22:56 +08:00
Match field NRT annotation in ctor argument
This commit is contained in:
parent
1f2f522a1e
commit
8fdd599b39
@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
private readonly List<APIChangelogBuild>? entries;
|
||||
|
||||
public ChangelogListing(List<APIChangelogBuild> entries)
|
||||
public ChangelogListing(List<APIChangelogBuild>? entries)
|
||||
{
|
||||
this.entries = entries;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user