Basic drug shader (#9033)
This commit is contained in:
9
Content.Shared/Drugs/SeeingRainbowsComponent.cs
Normal file
9
Content.Shared/Drugs/SeeingRainbowsComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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 { }
|
||||
Reference in New Issue
Block a user