Files
tbd-station-14/Content.Shared/Movement/Components/ActiveContentEyeComponent.cs
metalgearsloth e98113c71e Add scroll zooming for admins and ghosts (#14061)
* Add scroll zooming for admins

* Bunch of work

* Kinda better kinda worse scrolling

* shared code

* nyoom

* house md

* Fixes

* Log spam

* Fixes

---------

Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2023-04-22 04:26:41 -06:00

8 lines
130 B
C#

namespace Content.Shared.Movement.Components;
[RegisterComponent]
public sealed class ActiveContentEyeComponent : Component
{
}