using Robust.Shared.GameStates; namespace Content.Shared.Drugs; /// /// Adds a shader to the client that scales with the effect duration. /// Use only in conjunction with , on the status effect entity. /// [RegisterComponent, NetworkedComponent] public sealed partial class SeeingRainbowsStatusEffectComponent : Component;