using System; using UnityEngine; [Serializable] public class MOMVert { public int id; public float w; public Vector3 start; public Vector3 delta; }