using System; using UnityEngine; [Serializable] public class MOPoint { public int id; public Vector3 p; public float w; }