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
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 = "61da7e12d6e75a99281a60855d15f0bf";
|
||
|
public string GetCheckString()
|
||
|
{
|
||
|
return preString + DBRoleData_Size + " protomd5:" + proto_md5String + ']';
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|