mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09: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();
|
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.
|
||||||
|
Reference in New Issue
Block a user