parent
237df1c9a1
commit
5eeba30211
1 changed files with 1 additions and 1 deletions
|
|
@ -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!;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue