From da45ccae4c4b03fa50308b442a04ccfd3de160e0 Mon Sep 17 00:00:00 2001 From: 薛之猫大王 <545626463@qq.com> Date: Sun, 11 Jan 2026 14:53:58 +0800 Subject: [PATCH] 添加文档注释 --- Assets/Skyunion/RunTime/Interface/DataService/IDataService.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Skyunion/RunTime/Interface/DataService/IDataService.cs b/Assets/Skyunion/RunTime/Interface/DataService/IDataService.cs index 545dcfb..a04e5ef 100644 --- a/Assets/Skyunion/RunTime/Interface/DataService/IDataService.cs +++ b/Assets/Skyunion/RunTime/Interface/DataService/IDataService.cs @@ -5,9 +5,9 @@ // Description: // 数据对象 接口 // Author: -// 吴江海 <421465201@qq.com> +// 薛林强 <545626463@qq.com> // -// Copyright (c) 2019 Johance +// Copyright (c) 2026 虚幻骑士科技 using ILRuntime.Other; using System; -- Gitblit v1.10.0