2023-09-25 01:44:44 +03:00
|
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
2024-01-28 18:37:24 +07:00
|
|
|
|
namespace Content.Shared._White.Overlays;
|
2023-09-25 01:44:44 +03:00
|
|
|
|
|
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
|
|
|
|
public sealed partial class SaturationScaleComponent : Component
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|