Update DefaultSettingSerializer.cs

This commit is contained in:
ALEXTANG
2023-08-28 20:24:31 +08:00
parent 42568db2ab
commit 278c8f23be

View File

@@ -5,7 +5,7 @@
/// </summary>
public sealed class DefaultSettingSerializer : GameFrameworkSerializer<DefaultSetting>
{
private static readonly byte[] Header = new byte[] { (byte)'G', (byte)'F', (byte)'S' };
private static readonly byte[] Header = new byte[] { (byte)'T', (byte)'E', (byte)'S' };
/// <summary>
/// 初始化默认游戏配置序列化器的新实例。