diff --git a/GFramework.Core.Abstractions/scene/ISceneLoader.cs b/GFramework.Core.Abstractions/scene/ISceneLoader.cs index 9646dc7..b55eb71 100644 --- a/GFramework.Core.Abstractions/scene/ISceneLoader.cs +++ b/GFramework.Core.Abstractions/scene/ISceneLoader.cs @@ -11,12 +11,14 @@ // See the License for the specific language governing permissions and // limitations under the License. +using GFramework.Core.Abstractions.utility; + namespace GFramework.Core.Abstractions.scene; /// /// 定义场景加载器的接口,用于管理场景的加载、替换和卸载操作。 /// -public interface ISceneLoader +public interface ISceneLoader : IUtility { /// /// 获取当前加载的场景对象。