Files
crystall-punk-14/Content.Shared/_CP14/DayCycle/CP14DayCycleComponent.cs
Ed e0a4f5592f Blood moon (#1270)
* some setup

* fix dayccle events, add basic gamerules

* carcat guidebook update

* pfpf

* wawa

* fnish
2025-05-15 17:32:26 +03:00

12 lines
219 B
C#

namespace Content.Shared._CP14.DayCycle;
[RegisterComponent]
public sealed partial class CP14DayCycleComponent : Component
{
public float LastLightLevel = 0f;
[DataField]
public float Threshold = 0.6f;
}