using System; using System.Collections; using System.Collections.Generic; using UnityEngine; //Author:ZCG //CreatTime:ZCG /// /// ÉèÖÃ×ÖÌå´óС /// public class UIPlanInstanceText_SetSize : BaseSlider { public override void RespondFun(float value) { UIPlanInstanceText.Instance.SetSize(value); } }