Files
wwdpublic/Content.Shared/Eye/Blinding/Components/ActivatableUIRequiresVisionComponent.cs
Cojoke b729b59c39 telescreen and television require vision + Move eye to shared (#30260)
* telescreen and television require vision

* Move Content.Server.Eye to Shared

* fix popups

* Filthy

(cherry picked from commit 2d4aaa414f0898a634b4ebf53c2088d2c5bde278)
2025-07-19 18:12:20 +10:00

7 lines
160 B
C#

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