mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: update to 3.3.51
This commit is contained in:
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CihBZXRoZXJEaXZpZGVSZWZyZXNoRW5kbGVzc1NjTm90aWZ5LnByb3RvIjkK",
|
||||
"IkFldGhlckRpdmlkZVJlZnJlc2hFbmRsZXNzU2NOb3RpZnkSEwoLSUJDSVBJ",
|
||||
"SURDT0wYCSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"SURDT0wYDyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"cHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IBCIPIIDCOL" field.</summary>
|
||||
public const int IBCIPIIDCOLFieldNumber = 9;
|
||||
public const int IBCIPIIDCOLFieldNumber = 15;
|
||||
private uint iBCIPIIDCOL_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (IBCIPIIDCOL != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(IBCIPIIDCOL);
|
||||
}
|
||||
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 (IBCIPIIDCOL != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(IBCIPIIDCOL);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 72: {
|
||||
case 120: {
|
||||
IBCIPIIDCOL = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 72: {
|
||||
case 120: {
|
||||
IBCIPIIDCOL = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user