namespace LunarCatsStudio.SuperCombiner { /// <summary> /// Class describing the type of output when combining meshes /// </summary> public struct TextureImportSettings { public bool isReadable; public bool isNormal; } }