2022-06-23 16:33:07 +12:00
|
|
|
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]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class SeeingRainbowsComponent : Component { }
|