15 lines
281 B
C#
15 lines
281 B
C#
|
// Distant Lands 2024
|
||
|
// 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;
|
||
|
|
||
|
}
|
||
|
}
|