Cleanup: Make `EyeCursorOffsetSystem` sealed (#35481)

Cleanup
This commit is contained in:
Winkarst
2025-02-25 01:46:04 +03:00
committed by GitHub
parent 237df1c9a1
commit 5eeba30211

View File

@@ -10,7 +10,7 @@ using Robust.Client.Player;
namespace Content.Client.Movement.Systems;
public partial class EyeCursorOffsetSystem : EntitySystem
public sealed partial class EyeCursorOffsetSystem : EntitySystem
{
[Dependency] private readonly IEyeManager _eyeManager = default!;
[Dependency] private readonly IInputManager _inputManager = default!;