SeeingRainbowsComponent.cs 312 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Drugs;
  3. /// <summary>
  4. /// Exists for use as a status effect. Adds a shader to the client that scales with the effect duration.
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class SeeingRainbowsComponent : Component { }