You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
543 B

1 month ago
///
///auto generated by gen_ServerScriptHotfixCheck.py
///
using System;
using ProtoCSStruct;
namespace Sog
{
public class ServerScriptHotfixCheck : IScriptHotfixCheck
{
public const int DBRoleData_Size = DBRoleData.SizeOf;
public const string preString = "SOGSCHFCMAGICSTR:[";
public const string proto_md5String = "453ba5a5b36931607df94653adb07691";
public string GetCheckString()
{
return preString + DBRoleData_Size + " protomd5:" + proto_md5String + ']';
}
}
}