Files
riversong-code-showcase/Source/Riversong/Game/World/Time/NightStartedSignal.cs
2026-05-21 16:03:55 +02:00

7 lines
100 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
public struct NightStartedSignal
{
}
}