using System; using System.Collections; using System.Collections.Generic; using UnityEngine; //Author:ZCG //CreatTime:12/15/2017 /// /// 打开区域设置面板 /// public class UIPlanSetArea_OpenPlan : BaseButton { public override void RespondFun() { UIPlanSetArea.Instance.OpenPanel(); } }