mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08:00
Seal FrameStabilityContainer
No one should ever derive from this class. It is already too complex.
This commit is contained in:
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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user