mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Abstract constructors -> protected.
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
public virtual bool Read { get; set; }
|
||||
|
||||
public Notification()
|
||||
protected Notification()
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
AutoSizeAxes = Axes.Y;
|
||||
|
Reference in New Issue
Block a user