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