using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class WishRing : MonoBehaviour { /* Please check the corresponding WishGodPageUI object to see how WishRing button is given a drawlot function */ private Animator anim; private Button button; void Start() { anim = GetComponentInChildren(); button = GetComponentInChildren