using Robust.Shared.GameStates; namespace Content.Shared.Flash.Components; /// /// Exists for use as a status effect. Adds a shader to the client that obstructs vision. /// [RegisterComponent, NetworkedComponent] public sealed partial class FlashedComponent : Component { }