Files
riversong-code-showcase/Source/Riversong/Game/World/Time/DayNightCycleBlendUtility.cs
2026-05-21 16:04:49 +02:00

6 lines
228 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
// This file remains only to satisfy a stale generated project reference outside Assets.
// Night blend is now computed in WorldTimeSystem and stored on WorldTimeState.
}