using GFramework.Game.Abstractions.Asset; using Godot; namespace GFramework.Godot.Scene; /// /// Godot场景注册表接口,用于管理PackedScene资源的注册和访问 /// public interface IGodotSceneRegistry : IAssetRegistry;