(client)chore:将维度区分独立,将加载页面独立,降低代码耦合,写了更好看的注释
This commit is contained in:
9
Client/Assets/Scripts/Managers/ILaunchManager.cs
Normal file
9
Client/Assets/Scripts/Managers/ILaunchManager.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Managers
|
||||
{
|
||||
public interface ILaunchManager
|
||||
{
|
||||
string StepDescription { get; } // 获取当前加载步骤的描述
|
||||
void Init(); // 初始化管理器
|
||||
void Clear(); // 清理管理器,用于重载
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user