Abstract constructors -> protected.

This commit is contained in:
Dean Herbert
2017-03-09 14:01:08 +09:00
parent 0976e205d8
commit 3eece390cb
4 changed files with 4 additions and 4 deletions

View File

@ -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;