using System; using System.Collections.Generic; [Serializable] public class MegaBindVert { public float weight; public List verts = new List(); }