Browse Source

debug

tags/0.1.0
ysqTHU 2 years ago
parent
commit
5c63fade53
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playback/Playback/PlaybackConstant.cs

+ 1
- 1
playback/Playback/PlaybackConstant.cs View File

@@ -3,6 +3,6 @@ namespace Playback
public static class PlayBackConstant
{
public static string ExtendedName = ".thuaipb";
public static byte[] Prefix = { (byte)'P', (byte)'B', 5, 0 }; // 文件前缀,用于标识文件类型,版本号为6
public static byte[] Prefix = { (byte)'P', (byte)'B', 6, 0 }; // 文件前缀,用于标识文件类型,版本号为6
}
}

Loading…
Cancel
Save