2024-07-22 21:33:41 -05:00
|
|
|
namespace Content.Shared.Eye.Blinding.Components
|
2022-11-08 16:10:13 -05:00
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
2024-07-22 21:33:41 -05:00
|
|
|
public sealed partial class ActivatableUIRequiresVisionComponent : Component;
|
2022-11-08 16:10:13 -05:00
|
|
|
}
|
|
|
|
|
|