mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:09:53 +08:00
use a property instead
This commit is contained in:
@@ -17,7 +17,7 @@ namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
protected virtual Facade CreateFacade() => new Facade();
|
||||
|
||||
public readonly Facade Facade;
|
||||
public Facade Facade { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not the logo assigned to this FacadeContainer should be tracking the position its facade.
|
||||
|
||||
Reference in New Issue
Block a user