This commit is contained in:
Ed
2024-07-03 15:17:05 +03:00
parent d184f795c4
commit d3895e8288

View File

@@ -1,11 +1,12 @@
using System.Numerics;
using Robust.Shared.GameStates;
namespace Content.Shared._CP14.DayCycle;
/// <summary>
/// if added to the map, renders cloud shadows on the map
/// </summary>
[RegisterComponent]
[RegisterComponent, NetworkedComponent]
public sealed partial class CP14CloudShadowsComponent : Component
{
[DataField]