mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Seal FrameStabilityContainer
No one should ever derive from this class. It is already too complex.
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user