ProjectDDD/Packages/com.distantlands.cozy.core/Runtime/Modules/Utility Modules/CozyTimeOverride.cs
2025-05-30 18:12:31 +09:00

15 lines
281 B (Stored with Git LFS)
C#

// Distant Lands 2025
// COZY: Stylized Weather 3
// All code included in this file is protected under the Unity Asset Store Eula
namespace DistantLands.Cozy
{
public abstract class CozyTimeOverride : CozyModule
{
public float dayPercentage;
}
}