Files
tbd-station-14/Content.Shared/Drugs/SeeingRainbowsComponent.cs
2022-06-23 14:33:07 +10:00

10 lines
304 B
C#

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