using UnityEngine.UI; using UnityEngine; namespace Fruitomation.Game { public class ReturnToGameButton : MonoBehaviour { private void Awake() { Button b = GetComponent