2025-07-08 10:46:31 +00:00
|
|
|
// Distant Lands 2025
|
|
|
|
// COZY: Stylized Weather 3
|
|
|
|
// All code included in this file is protected under the Unity Asset Store Eula
|
|
|
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
namespace DistantLands.Cozy
|
|
|
|
{
|
|
|
|
[ExecuteAlways]
|
|
|
|
public class CozyDebugModule : CozyModule
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|