mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 07:22:54 +08:00
Cache DrawableRuleset
This commit is contained in:
parent
66213f2ed0
commit
99e5450af3
@ -383,6 +383,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
/// Once IDrawable is a thing, this can also become an interface.
|
/// Once IDrawable is a thing, this can also become an interface.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Cached(typeof(DrawableRuleset))]
|
||||||
public abstract class DrawableRuleset : CompositeDrawable
|
public abstract class DrawableRuleset : CompositeDrawable
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user