using System.Collections; using System.Collections.Generic; using UnityEngine; public class OnAppInfoClick : UIButton { public ScreenBase Info; void OnClick () { Info.Show(); } }