This commit is contained in:
CortexCore
2025-03-15 21:13:46 +08:00
parent b714f76560
commit ff7afe4133
22 changed files with 177 additions and 20 deletions

View File

@@ -49,7 +49,10 @@ namespace Project.B.Map
/// 切换场景后
/// </summary>
event Action<Guid,string> OnMapChanged;
/// <summary>
/// 切换场景后,加载完成
/// </summary>
event Action<Guid,string> OnMapChangeCompleted;
/// <summary>
/// 地图加载进度
/// </summary>