Seal FrameStabilityContainer

No one should ever derive from this class. It is already too complex.
This commit is contained in:
Dean Herbert 2022-08-15 19:31:01 +09:00
parent fff2b57905
commit 1fc3d005c0

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.UI
/// </summary>
[Cached(typeof(IGameplayClock))]
[Cached(typeof(IFrameStableClock))]
public class FrameStabilityContainer : Container, IHasReplayHandler, IFrameStableClock, IGameplayClock
public sealed class FrameStabilityContainer : Container, IHasReplayHandler, IFrameStableClock, IGameplayClock
{
public ReplayInputHandler? ReplayInputHandler { get; set; }