1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 07:22:54 +08:00

Cache DrawableRuleset

This commit is contained in:
smoogipoo 2020-11-11 00:22:36 +09:00
parent 66213f2ed0
commit 99e5450af3

View File

@ -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>