using Robust.Shared.GameStates; namespace Content.Shared.Drugs; /// /// Exists for use as a status effect. Adds a shader to the client that scales with the effect duration. /// [RegisterComponent, NetworkedComponent] public sealed partial class SeeingRainbowsComponent : Component { }