Skip to content

Commit

Permalink
Cleanup: Make EyeCursorOffsetSystem sealed (#35481)
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
Winkarst-cpu authored Feb 24, 2025
1 parent 237df1c commit 5eeba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Movement/Systems/EyeCursorOffsetSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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!;
Expand Down

0 comments on commit 5eeba30

Please sign in to comment.