This commit is contained in:
CortexCore
2025-03-24 14:42:29 +08:00
parent ff7afe4133
commit 5fceb6f885
16 changed files with 153 additions and 16 deletions

View File

@@ -91,6 +91,10 @@ namespace Project.B.Player
/// 检视
/// </summary>
public T InspectKey { get; }
/// <summary>
/// 标记
/// </summary>
public T MarkKey { get; }
}
}