mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Update to 2.7.0
This commit is contained in:
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiVSb2d1ZVJlZm9yZ2VGb3JtdWxhU2VsZWN0UmVzdWx0LnByb3RvIjsKH1Jv",
|
||||
"Z3VlUmVmb3JnZUZvcm11bGFTZWxlY3RSZXN1bHQSGAoQdG91cm5fZm9ybXVs",
|
||||
"YV9pZBgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"YV9pZBgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "tourn_formula_id" field.</summary>
|
||||
public const int TournFormulaIdFieldNumber = 12;
|
||||
public const int TournFormulaIdFieldNumber = 2;
|
||||
private uint tournFormulaId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (TournFormulaId != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(TournFormulaId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (TournFormulaId != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(TournFormulaId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 96: {
|
||||
case 16: {
|
||||
TournFormulaId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 96: {
|
||||
case 16: {
|
||||
TournFormulaId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user