9 lines
152 B
C#
9 lines
152 B
C#
|
|
namespace Content.Server.Eye.Blinding
|
||
|
|
{
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed class ActivatableUIRequiresVisionComponent : Component
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|