角色预制体创建

This commit is contained in:
2025-09-03 00:15:43 +08:00
parent 48f608e534
commit 186fec4472
100 changed files with 1025 additions and 349 deletions

View File

@@ -7,13 +7,22 @@ namespace NBF
public int Error { get; set; }
}
/// <summary>
/// 相机模式切换
/// </summary>
public struct CameraChangeMode
{
public CameraShowMode Mode;
public MapUnit Unit;
}
/// <summary>
/// 开始切换场景
/// </summary>
public struct SceneChangeStart
{
}
/// <summary>
/// Loading进度变化
/// </summary>