Cozy Wather + buld systeme
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DistantLands.Cozy
|
||||
{
|
||||
public interface ICozyEcosystem
|
||||
{
|
||||
|
||||
public CozyEcosystem Ecosystem { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user