using System; using UnityEngine; [Serializable] public class MegaPCVert { public int[] indices; public Vector3[] points; }