using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class FreePanel02 : MonoBehaviour { public Transform chooseContent; public GameObject chooseItemPrefab; public Transform msgContent; public GameObject msgPrefab; }