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