mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove now unnecessary null setters
This commit is contained in:
@ -25,14 +25,14 @@ namespace osu.Game.Tournament.Screens.Showcase
|
||||
{
|
||||
public class ShowcaseScreen : OsuScreen
|
||||
{
|
||||
private Container panel;
|
||||
private readonly Container panel;
|
||||
private readonly Container panelContents;
|
||||
|
||||
[Resolved]
|
||||
private APIAccess api { get; set; } = null;
|
||||
private APIAccess api { get; set; }
|
||||
|
||||
[Resolved]
|
||||
private RulesetStore rulesets { get; set; } = null;
|
||||
private RulesetStore rulesets { get; set; }
|
||||
|
||||
private int lastBeatmapId;
|
||||
private int lastMods;
|
||||
|
Reference in New Issue
Block a user