2023-04-29 17:32:14 +12:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Eye.Blinding.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Blinds a person when an item with this component is equipped to the eye, head, or mask slot.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
[NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class BlindfoldComponent : Component
|
2023-04-29 17:32:14 +12:00
|
|
|
{
|
|
|
|
|
}
|