mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00: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…
Reference in New Issue
Block a user