using Kav.Data; namespace Kav { public interface IUVDrawable { UVData UVData { get; } } }