mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 16:48:10 +03:00
10 lines
291 B
C#
10 lines
291 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._White.Overlays;
|
|
|
|
/// <summary>
|
|
/// This is used for IPCs with studio visor that reduces CRT vision effects.
|
|
/// </summary>
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class StudioVisorOverlayComponent : Component;
|