namespace GFramework.Game.Abstractions.ui; /// /// UI页面进入参数接口 /// 该接口用于定义UI页面跳转时传递的参数数据结构 /// public interface IUiPageEnterParam;