WIP: MusicTransition SyncPoint

This commit is contained in:
2026-04-16 17:55:29 +08:00
parent 91f1b18771
commit dac34089dd
11 changed files with 29 additions and 23 deletions
@@ -25,7 +25,8 @@ public partial class MusicContainer : IBinarySerializable
/// <summary>
/// 0 = 随机播放
/// 1 = 顺序播放
/// 2 = 同时播放
/// 2 = 混合播放
/// 3 = 切换播放
/// </summary>
public ContainerType ContainerType { get; set; }