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