9 lines
188 B
C#
9 lines
188 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._White.Overlays;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class SaturationScaleComponent : Component
|
|
{
|
|
}
|