public interface IBuildable
{
	void SetStats();

	void Demolish();

	void SpawnUI();
}