(client) feat:添加默认音频 fix:修复摄像机初始位置不正确的问题

This commit is contained in:
m0_75251201
2025-08-30 23:29:05 +08:00
parent 4bb5ccf422
commit 49d32a99b6
20 changed files with 736 additions and 346 deletions

View File

@ -3,6 +3,7 @@ namespace Managers
public interface ILaunchManager
{
string StepDescription { get; } // 获取当前加载步骤的描述
void Init(); // 初始化管理器
void Clear(); // 清理管理器,用于重载
}