mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* telescreen and television require vision * Move Content.Server.Eye to Shared * fix popups * Filthy (cherry picked from commit 2d4aaa414f0898a634b4ebf53c2088d2c5bde278)
7 lines
160 B
C#
7 lines
160 B
C#
namespace Content.Shared.Eye.Blinding.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed partial class ActivatableUIRequiresVisionComponent : Component;
|
|
}
|
|
|