using UnityEngine; using UnityEngine.UI; using DG.Tweening; public class MainStartUI : MonoBehaviour { private Image errorImage; private Button pvpPanel; private Color normal = new Color(1, 1, 1, 1); private Color dis = new Color(1, 1, 1, 0); // Start is called before the first frame update void Start() { transform.Find("GoToBattleBtn").GetComponent