mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 03:13:21 +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.
|
||||
/// </remarks>
|
||||
/// </summary>
|
||||
[Cached(typeof(DrawableRuleset))]
|
||||
public abstract class DrawableRuleset : CompositeDrawable
|
||||
{
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user