using GFramework.Core.Abstractions.Registries; namespace GFramework.Game.Abstractions.Scene; /// /// 游戏场景注册表接口,用于管理游戏场景的注册和查找 /// /// 场景类型,表示注册表中存储的具体场景对象类型 public interface IGameSceneRegistry : IRegistry;