using asap.core; using cfg; using game; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class EmojiTips : MonoBehaviour { GameObject item; Button btn_close; IChatService chatService; private void Awake() { chatService = GContext.container.Resolve(); btn_close = transform.Find("btn_close").GetComponent