mirror of
https://github.com/osukey/osukey.git
synced 2025-06-19 02:07:55 +09: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();
|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user