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/IModule.cs |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

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

--
Gitblit v1.10.0