using UnityEngine; namespace MantisLODEditor { public class Lod_Mesh { public Mesh mesh; public int triangle_count; } }