]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Cleanup: Make ``EyeCursorOffsetSystem`` sealed (#35481)
authorWinkarst <74284083+Winkarst-cpu@users.noreply.github.com>
Mon, 24 Feb 2025 22:46:04 +0000 (01:46 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 22:46:04 +0000 (17:46 -0500)
Cleanup

Content.Client/Movement/Systems/EyeCursorOffsetSystem.cs

index f3bff9ef0c959edc0f2ef4bc189d7e2f9dc4c73d..9e8ca9a9c9755873953697af0e3132366f0b6830 100644 (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!;