Files
OldThink/Content.Shared/_White/Overlays/SaturationScaleComponent.cs

9 lines
188 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._White.Overlays;
[RegisterComponent, NetworkedComponent]
public sealed partial class SaturationScaleComponent : Component
{
}