mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 04:57:19 +08:00
use a property instead
This commit is contained in:
parent
efeed71517
commit
43c6a8d2e5
@ -17,7 +17,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
{
|
{
|
||||||
protected virtual Facade CreateFacade() => new Facade();
|
protected virtual Facade CreateFacade() => new Facade();
|
||||||
|
|
||||||
public readonly Facade Facade;
|
public Facade Facade { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether or not the logo assigned to this FacadeContainer should be tracking the position its facade.
|
/// Whether or not the logo assigned to this FacadeContainer should be tracking the position its facade.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user