using DefaultNamespace; using DefaultNamespace.ProcessMode; using Framework.Manager; using MotionFramework; using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; using UnityEngine.UI; using static InterfaceManager; public class ChatPanel : MonoBehaviour { public int chatIndex = 0; public List chatContent = new List(); public static bool isclick; // Start is called before the first frame update void Start() { this.GetComponent