mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +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();
|
||||
|
||||
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