telescreen and television require vision + Move eye to shared (#30260)

* telescreen and television require vision

* Move Content.Server.Eye to Shared

* fix popups

* Filthy
This commit is contained in:
Cojoke
2024-07-22 21:33:41 -05:00
committed by GitHub
parent 851a0e15a7
commit 2d4aaa414f
4 changed files with 12 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
namespace Content.Shared.Eye.Blinding.Components
{
[RegisterComponent]
public sealed partial class ActivatableUIRequiresVisionComponent : Component;
}