Kav/Geometry/Interfaces/IUVDrawable.cs

10 lines
111 B
C#

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