using System.Collections; using System.Collections.Generic; using UnityEngine; namespace YKMoon { [System.Serializable] public class MonoBehaviourProperty { public GameObject go; public MonoBehaviour monoBehaviour; } }