mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
feat: upgrade to 3.6.51
This commit is contained in:
@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChVCYXNpY01vZHVsZVN5bmMucHJvdG8iRgoPQmFzaWNNb2R1bGVTeW5jEiIK",
|
||||
"GndlZWtfY29jb29uX2ZpbmlzaGVkX2NvdW50GAkgASgNEg8KB3N0YW1pbmEY",
|
||||
"CCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"GndlZWtfY29jb29uX2ZpbmlzaGVkX2NvdW50GAYgASgNEg8KB3N0YW1pbmEY",
|
||||
"BCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "week_cocoon_finished_count" field.</summary>
|
||||
public const int WeekCocoonFinishedCountFieldNumber = 9;
|
||||
public const int WeekCocoonFinishedCountFieldNumber = 6;
|
||||
private uint weekCocoonFinishedCount_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "stamina" field.</summary>
|
||||
public const int StaminaFieldNumber = 8;
|
||||
public const int StaminaFieldNumber = 4;
|
||||
private uint stamina_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -152,11 +152,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Stamina != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(Stamina);
|
||||
}
|
||||
if (WeekCocoonFinishedCount != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(WeekCocoonFinishedCount);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -170,11 +170,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Stamina != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(Stamina);
|
||||
}
|
||||
if (WeekCocoonFinishedCount != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(WeekCocoonFinishedCount);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -226,11 +226,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 64: {
|
||||
case 32: {
|
||||
Stamina = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 48: {
|
||||
WeekCocoonFinishedCount = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -249,11 +249,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 64: {
|
||||
case 32: {
|
||||
Stamina = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 48: {
|
||||
WeekCocoonFinishedCount = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user