Files
tbd-station-14/Content.Shared/Eye/Blinding/Components/ActivatableUIRequiresVisionComponent.cs
Cojoke 2d4aaa414f telescreen and television require vision + Move eye to shared (#30260)
* telescreen and television require vision

* Move Content.Server.Eye to Shared

* fix popups

* Filthy
2024-07-22 19:33:41 -07:00

7 lines
160 B
C#

namespace Content.Shared.Eye.Blinding.Components
{
[RegisterComponent]
public sealed partial class ActivatableUIRequiresVisionComponent : Component;
}