1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:09:53 +08:00

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
Unverified
parent fff2b57905
commit 1fc3d005c0
@@ -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; }