From aa2f44839b78e3d339ef6487a83d9f3371f8d57e Mon Sep 17 00:00:00 2001
From: 薛之猫大王 <545626463@qq.com>
Date: Sun, 11 Jan 2026 14:37:08 +0800
Subject: [PATCH] 修改掉作者标记
---
Assets/Scripts/IFix/HotfixService_IFix/HotFixService_IFix.cs | 4
Assets/Scripts/IFix/IFixPlugin.cs | 4
Assets/Skyunion/RunTime/AssetService/XAssetService.cs | 4
Assets/Skyunion/RunTime/Interface/PluginManager/IPluginManager.cs | 4
Assets/Skyunion/RunTime/LogService/UnityRollingFileAppender.cs | 4
Assets/Skyunion/RunTime/Interface/LogService/ILogService.cs | 4
Assets/Skyunion/RunTime/Interface/PluginManager/IPlugin.cs | 4
Assets/Skyunion/RunTime/Interface/DataService/IDataService.cs | 4
Assets/Scripts/Native/NativePlugin.cs | 4
Assets/Skyunion/RunTime/HotFixService/HotFixService.cs | 4
Assets/Skyunion/RunTime/AssetService/XAssets.cs | 4
Assets/Skyunion/RunTime/HotFixService/HotFixService_Reflect.cs | 4
Assets/Skyunion/RunTime/LogService/LogService.cs | 4
Assets/Skyunion/RunTime/Interface/AssetService/IAssetService.cs | 4
Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixService.cs | 4
Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixObject.cs | 4
Assets/Skyunion/RunTime/HotFixService/HotFixObject.cs | 4
Assets/Scripts/Native/HotfixService_Native/HotFixService_Native.cs | 4
Assets/Skyunion/RunTime/PluginManager/Plugin.cs | 4
Assets/Skyunion/RunTime/HotFixService/HotFixService_ILRT.cs | 4
Assets/Skyunion/RunTime/Interface/IModule.cs | 26 ++++----
Assets/Skyunion/RunTime/AssetService/BaseAssetService.cs | 4
Assets/Skyunion/RunTime/Interface/ADService/ADService.cs | 4
Assets/Scripts/IFix/HotfixService_IFix/HotFixObject_IFix.cs | 4
Assets/Skyunion/RunTime/Interface/AssetService/IAsset.cs | 4
Assets/Scripts/Native/HotfixService_Native/HotFixObject_Native.cs | 4
Assets/Skyunion/RunTime/AssetService/AddressAssetService.cs | 4
Assets/Scripts/Client/ClientPlugin.cs | 4
Assets/Skyunion/RunTime/AssetService/AddressAssets.cs | 4
Assets/Scripts/Game/ClientApp.cs | 4
Assets/Skyunion/RunTime/CorePlugin.cs | 4
31 files changed, 73 insertions(+), 73 deletions(-)
diff --git a/Assets/Scripts/Client/ClientPlugin.cs b/Assets/Scripts/Client/ClientPlugin.cs
index 4d546e5..5c8605a 100644
--- a/Assets/Scripts/Client/ClientPlugin.cs
+++ b/Assets/Scripts/Client/ClientPlugin.cs
@@ -5,9 +5,9 @@
// Description:
// 客户端模块的插件
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using Client;
using Skyunion;
diff --git a/Assets/Scripts/Game/ClientApp.cs b/Assets/Scripts/Game/ClientApp.cs
index ee00191..f1c590d 100644
--- a/Assets/Scripts/Game/ClientApp.cs
+++ b/Assets/Scripts/Game/ClientApp.cs
@@ -5,9 +5,9 @@
// Description:
// 客户端应用类,初始化插件使用。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using UnityEngine;
using System.Collections;
diff --git a/Assets/Scripts/IFix/HotfixService_IFix/HotFixObject_IFix.cs b/Assets/Scripts/IFix/HotfixService_IFix/HotFixObject_IFix.cs
index 8f35954..877fc2a 100644
--- a/Assets/Scripts/IFix/HotfixService_IFix/HotFixObject_IFix.cs
+++ b/Assets/Scripts/IFix/HotfixService_IFix/HotFixObject_IFix.cs
@@ -5,9 +5,9 @@
// Description:
// 热更新对象 接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using Skyunion;
using System;
diff --git a/Assets/Scripts/IFix/HotfixService_IFix/HotFixService_IFix.cs b/Assets/Scripts/IFix/HotfixService_IFix/HotFixService_IFix.cs
index 45ef62a..3310de9 100644
--- a/Assets/Scripts/IFix/HotfixService_IFix/HotFixService_IFix.cs
+++ b/Assets/Scripts/IFix/HotfixService_IFix/HotFixService_IFix.cs
@@ -5,9 +5,9 @@
// Description:
// 代码热更新服务类
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Scripts/IFix/IFixPlugin.cs b/Assets/Scripts/IFix/IFixPlugin.cs
index b1c85a8..357ee87 100644
--- a/Assets/Scripts/IFix/IFixPlugin.cs
+++ b/Assets/Scripts/IFix/IFixPlugin.cs
@@ -5,9 +5,9 @@
// Description:
// 本地代码插件
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using Skyunion;
#if UNITY_EDITOR
diff --git a/Assets/Scripts/Native/HotfixService_Native/HotFixObject_Native.cs b/Assets/Scripts/Native/HotfixService_Native/HotFixObject_Native.cs
index 0668c63..4ebf5cc 100644
--- a/Assets/Scripts/Native/HotfixService_Native/HotFixObject_Native.cs
+++ b/Assets/Scripts/Native/HotfixService_Native/HotFixObject_Native.cs
@@ -5,9 +5,9 @@
// Description:
// 热更新对象 接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using Skyunion;
using System;
diff --git a/Assets/Scripts/Native/HotfixService_Native/HotFixService_Native.cs b/Assets/Scripts/Native/HotfixService_Native/HotFixService_Native.cs
index 54fcdb8..c732ee0 100644
--- a/Assets/Scripts/Native/HotfixService_Native/HotFixService_Native.cs
+++ b/Assets/Scripts/Native/HotfixService_Native/HotFixService_Native.cs
@@ -5,9 +5,9 @@
// Description:
// 代码热更新服务类
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Scripts/Native/NativePlugin.cs b/Assets/Scripts/Native/NativePlugin.cs
index 7acb32c..48ac7c2 100644
--- a/Assets/Scripts/Native/NativePlugin.cs
+++ b/Assets/Scripts/Native/NativePlugin.cs
@@ -5,9 +5,9 @@
// Description:
// 本地代码插件
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using Skyunion;
#if UNITY_EDITOR
diff --git a/Assets/Skyunion/RunTime/AssetService/AddressAssetService.cs b/Assets/Skyunion/RunTime/AssetService/AddressAssetService.cs
index ab3b849..fbbc139 100644
--- a/Assets/Skyunion/RunTime/AssetService/AddressAssetService.cs
+++ b/Assets/Skyunion/RunTime/AssetService/AddressAssetService.cs
@@ -5,9 +5,9 @@
// Description:
// 资源加载服务类,提供文件的同步异步加载,提供Unity AB的同步异步加载和资源的声明周期。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.IO;
diff --git a/Assets/Skyunion/RunTime/AssetService/AddressAssets.cs b/Assets/Skyunion/RunTime/AssetService/AddressAssets.cs
index 5f6b496..97fb09c 100644
--- a/Assets/Skyunion/RunTime/AssetService/AddressAssets.cs
+++ b/Assets/Skyunion/RunTime/AssetService/AddressAssets.cs
@@ -5,9 +5,9 @@
// Description:
// 资源实现类,对 XAsset的 Asset进行绑定。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/AssetService/BaseAssetService.cs b/Assets/Skyunion/RunTime/AssetService/BaseAssetService.cs
index 8870fce..173eba0 100644
--- a/Assets/Skyunion/RunTime/AssetService/BaseAssetService.cs
+++ b/Assets/Skyunion/RunTime/AssetService/BaseAssetService.cs
@@ -5,9 +5,9 @@
// Description:
// 资源加载服务类,提供文件的同步异步加载,提供Unity AB的同步异步加载和资源的声明周期。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.IO;
diff --git a/Assets/Skyunion/RunTime/AssetService/XAssetService.cs b/Assets/Skyunion/RunTime/AssetService/XAssetService.cs
index d9b0f9d..92e9943 100644
--- a/Assets/Skyunion/RunTime/AssetService/XAssetService.cs
+++ b/Assets/Skyunion/RunTime/AssetService/XAssetService.cs
@@ -5,9 +5,9 @@
// Description:
// 资源加载服务类,提供文件的同步异步加载,提供Unity AB的同步异步加载和资源的声明周期。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/AssetService/XAssets.cs b/Assets/Skyunion/RunTime/AssetService/XAssets.cs
index 2103443..662a65e 100644
--- a/Assets/Skyunion/RunTime/AssetService/XAssets.cs
+++ b/Assets/Skyunion/RunTime/AssetService/XAssets.cs
@@ -5,9 +5,9 @@
// Description:
// 资源实现类,对 XAsset的 Asset进行绑定。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/CorePlugin.cs b/Assets/Skyunion/RunTime/CorePlugin.cs
index 0e95dbb..bfcd40e 100644
--- a/Assets/Skyunion/RunTime/CorePlugin.cs
+++ b/Assets/Skyunion/RunTime/CorePlugin.cs
@@ -5,9 +5,9 @@
// Description:
// 核心模块的插件
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using UnityEngine;
#if UNITY_EDITOR
diff --git a/Assets/Skyunion/RunTime/HotFixService/HotFixObject.cs b/Assets/Skyunion/RunTime/HotFixService/HotFixObject.cs
index 940dbad..fb528af 100644
--- a/Assets/Skyunion/RunTime/HotFixService/HotFixObject.cs
+++ b/Assets/Skyunion/RunTime/HotFixService/HotFixObject.cs
@@ -5,9 +5,9 @@
// Description:
// 热更新对象 接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
namespace Skyunion
{
diff --git a/Assets/Skyunion/RunTime/HotFixService/HotFixService.cs b/Assets/Skyunion/RunTime/HotFixService/HotFixService.cs
index fc30b04..6bc93a7 100644
--- a/Assets/Skyunion/RunTime/HotFixService/HotFixService.cs
+++ b/Assets/Skyunion/RunTime/HotFixService/HotFixService.cs
@@ -5,9 +5,9 @@
// Description:
// 代码热更新服务类
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/HotFixService/HotFixService_ILRT.cs b/Assets/Skyunion/RunTime/HotFixService/HotFixService_ILRT.cs
index c217561..d68bd8b 100644
--- a/Assets/Skyunion/RunTime/HotFixService/HotFixService_ILRT.cs
+++ b/Assets/Skyunion/RunTime/HotFixService/HotFixService_ILRT.cs
@@ -5,9 +5,9 @@
// Description:
// 代码热更新服务类
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/HotFixService/HotFixService_Reflect.cs b/Assets/Skyunion/RunTime/HotFixService/HotFixService_Reflect.cs
index 58c766b..6b17c7c 100644
--- a/Assets/Skyunion/RunTime/HotFixService/HotFixService_Reflect.cs
+++ b/Assets/Skyunion/RunTime/HotFixService/HotFixService_Reflect.cs
@@ -5,9 +5,9 @@
// Description:
// 代码热更新服务类
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/Interface/ADService/ADService.cs b/Assets/Skyunion/RunTime/Interface/ADService/ADService.cs
index 3e21b62..b513bce 100644
--- a/Assets/Skyunion/RunTime/Interface/ADService/ADService.cs
+++ b/Assets/Skyunion/RunTime/Interface/ADService/ADService.cs
@@ -5,9 +5,9 @@
// Description:
// 广告服务接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using UnityEngine;
diff --git a/Assets/Skyunion/RunTime/Interface/AssetService/IAsset.cs b/Assets/Skyunion/RunTime/Interface/AssetService/IAsset.cs
index 08e0ab7..d295992 100644
--- a/Assets/Skyunion/RunTime/Interface/AssetService/IAsset.cs
+++ b/Assets/Skyunion/RunTime/Interface/AssetService/IAsset.cs
@@ -5,9 +5,9 @@
// Description:
// Unity资源接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using UnityEngine.SceneManagement;
diff --git a/Assets/Skyunion/RunTime/Interface/AssetService/IAssetService.cs b/Assets/Skyunion/RunTime/Interface/AssetService/IAssetService.cs
index 37adbd1..2bfe55b 100644
--- a/Assets/Skyunion/RunTime/Interface/AssetService/IAssetService.cs
+++ b/Assets/Skyunion/RunTime/Interface/AssetService/IAssetService.cs
@@ -20,9 +20,9 @@
// Application.persistentDataPath Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Documents
// Application.temporaryCachePath Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Library/Caches
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using UnityEngine;
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;
diff --git a/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixObject.cs b/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixObject.cs
index d7dffe7..57593a8 100644
--- a/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixObject.cs
+++ b/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixObject.cs
@@ -5,9 +5,9 @@
// Description:
// 热更新对象 接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
namespace Skyunion
{
diff --git a/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixService.cs b/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixService.cs
index 8fb69ca..1a2d12d 100644
--- a/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixService.cs
+++ b/Assets/Skyunion/RunTime/Interface/HotFixService/IHotFixService.cs
@@ -5,9 +5,9 @@
// Description:
// 热更新 服务接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
diff --git a/Assets/Skyunion/RunTime/Interface/IModule.cs b/Assets/Skyunion/RunTime/Interface/IModule.cs
index b05d27a..e726c2a 100644
--- a/Assets/Skyunion/RunTime/Interface/IModule.cs
+++ b/Assets/Skyunion/RunTime/Interface/IModule.cs
@@ -3,11 +3,11 @@
// Create:
// 2019-10-29
// Description:
-// ģ��ӿ�
+// ģ��ӿ�
// Author:
-// �⽭�� <421465201@qq.com>
+// �⽭�� <421465201@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
@@ -15,24 +15,24 @@
{
public interface IModule
{
- //------------- �ӿ� -------------------//
- // ����Ƿ��ʼ�����
+ //------------- �ӿ� -------------------//
+ // ����Ƿ��ʼ�����
bool Initialized();
- // ��ʼ��ǰ ��һЩ������ʼ��
+ // ��ʼ��ǰ ��һЩ������ʼ��
void BeforeInit();
- // ����ģ��ij�ʼ������֮���
+ // ����ģ��ij�ʼ������֮���
void Init();
- // �ȴ���ʼ�����
+ // �ȴ���ʼ�����
void WaitInitAsync(Action complete);
- // ȫ����ʼ������в���
+ // ȫ����ʼ������в���
void AfterInit();
- // ÿ֡����
+ // ÿ֡����
void Update();
- // ÿ֡�ͺ����
+ // ÿ֡�ͺ����
void LateUpdate();
- // �ر�ǰ
+ // �ر�ǰ
void BeforeShut();
- // �رպ�
+ // �رպ�
void Shut();
};
}
\ No newline at end of file
diff --git a/Assets/Skyunion/RunTime/Interface/LogService/ILogService.cs b/Assets/Skyunion/RunTime/Interface/LogService/ILogService.cs
index 6a8628c..f7ea2cb 100644
--- a/Assets/Skyunion/RunTime/Interface/LogService/ILogService.cs
+++ b/Assets/Skyunion/RunTime/Interface/LogService/ILogService.cs
@@ -5,9 +5,9 @@
// Description:
// 日记服务接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using UnityEngine;
diff --git a/Assets/Skyunion/RunTime/Interface/PluginManager/IPlugin.cs b/Assets/Skyunion/RunTime/Interface/PluginManager/IPlugin.cs
index f7972cd..e226681 100644
--- a/Assets/Skyunion/RunTime/Interface/PluginManager/IPlugin.cs
+++ b/Assets/Skyunion/RunTime/Interface/PluginManager/IPlugin.cs
@@ -5,9 +5,9 @@
// Description:
// 插件接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
namespace Skyunion
{
diff --git a/Assets/Skyunion/RunTime/Interface/PluginManager/IPluginManager.cs b/Assets/Skyunion/RunTime/Interface/PluginManager/IPluginManager.cs
index ec0a00f..59ffde5 100644
--- a/Assets/Skyunion/RunTime/Interface/PluginManager/IPluginManager.cs
+++ b/Assets/Skyunion/RunTime/Interface/PluginManager/IPluginManager.cs
@@ -5,9 +5,9 @@
// Description:
// 插件管理器接口
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
diff --git a/Assets/Skyunion/RunTime/LogService/LogService.cs b/Assets/Skyunion/RunTime/LogService/LogService.cs
index 774ece1..873a1a5 100644
--- a/Assets/Skyunion/RunTime/LogService/LogService.cs
+++ b/Assets/Skyunion/RunTime/LogService/LogService.cs
@@ -5,9 +5,9 @@
// Description:
// 日记服务实现类,管理日记的输出,使用log4net 可以自己配置日记输出形式。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/LogService/UnityRollingFileAppender.cs b/Assets/Skyunion/RunTime/LogService/UnityRollingFileAppender.cs
index 12799eb..7a72e36 100644
--- a/Assets/Skyunion/RunTime/LogService/UnityRollingFileAppender.cs
+++ b/Assets/Skyunion/RunTime/LogService/UnityRollingFileAppender.cs
@@ -5,9 +5,9 @@
// Description:
// Log4net Unity输出插件 主要用来修改日记生成的位置
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using System;
using System.Collections;
diff --git a/Assets/Skyunion/RunTime/PluginManager/Plugin.cs b/Assets/Skyunion/RunTime/PluginManager/Plugin.cs
index 42cad16..5c496ef 100644
--- a/Assets/Skyunion/RunTime/PluginManager/Plugin.cs
+++ b/Assets/Skyunion/RunTime/PluginManager/Plugin.cs
@@ -5,9 +5,9 @@
// Description:
// 插件实现基类, 管理插件所支配的模块。
// Author:
-// 吴江海 <421465201@qq.com>
+// 薛林强 <545626463@qq.com>
//
-// Copyright (c) 2019 Johance
+// Copyright (c) 2026 虚幻骑士科技
using UnityEngine;
using System.Collections;
--
Gitblit v1.10.0