Cozy Wather + buld systeme
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// 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
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user