using System; using UnityEngine; namespace XNode { [Serializable] public class NodeGroup { public string name; public Rect position; } }