* some setup * fix dayccle events, add basic gamerules * carcat guidebook update * pfpf * wawa * fnish
12 lines
219 B
C#
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;
|
|
}
|