using UnityEngine;
namespace DDD.Interfaces
{
public interface IMaterialInstance
Material MaterialInstance { get; }
}