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

13 lines
214 B (Stored with Git LFS)
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace DistantLands.Cozy
{
public interface ICozyEcosystem
{
public CozyEcosystem Ecosystem { get; set; }
}
}