feat: prepare music callback data.

This commit is contained in:
2026-04-03 14:48:42 +08:00
parent fb1225463d
commit a04c08d4cf
4 changed files with 9 additions and 3 deletions
@@ -42,9 +42,8 @@ public partial class AudioObject : IBinarySerializable
/// <summary>
/// 0 = SFX
/// 1 = Muisc
/// 2 = Voice
/// 3 = Accent
/// 1 = Voice
/// 2 = Accent
/// </summary>
public MixingType MixingType { get; set; }