using System; using UnityEngine; [Serializable] public class MegaConformTarget { public GameObject target; public bool children; }