mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update DefaultSettingSerializer.cs
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class DefaultSettingSerializer : GameFrameworkSerializer<DefaultSetting>
|
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>
|
/// <summary>
|
||||||
/// 初始化默认游戏配置序列化器的新实例。
|
/// 初始化默认游戏配置序列化器的新实例。
|
||||||
|
Reference in New Issue
Block a user