ProjectDDD/Packages/com.distantlands.cozy.core/Runtime/Core/CozyProfile.cs
2025-07-08 19:46:31 +09:00

15 lines
348 B
C#

// Distant Lands 2025
// COZY: Stylized Weather 3
// All code included in this file is protected under the Unity Asset Store Eula
// Base class for all COZY profiles that have default controls (duplicate, new, etc.).
using UnityEngine;
namespace DistantLands.Cozy.Data
{
public class CozyProfile : ScriptableObject
{
}
}