using UnityEngine.UI; using UnityEngine; public class DropCoinImage : MonoBehaviour { Button tmpBtn; FlyImage flyImage; /// /// Awake is called when the script instance is being loaded. /// void Awake() { tmpBtn = transform.GetComponent