using System; using System.Collections; using System.Collections.Generic; using UnityEngine; //Author:ZCG //CreatTime:ZCG /// /// ¹Ø±Õ /// public class UIPlanInstanceText_Cancel : BaseButton { public override void RespondFun() { UIPlanInstanceText.Instance.Cancel(); } }