mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
Update to 2.7.0
This commit is contained in:
@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChNSZXRjb2RlTm90aWZ5LnByb3RvGg1SZXRjb2RlLnByb3RvIj8KDVJldGNv",
|
||||
"ZGVOb3RpZnkSGQoHcmV0Y29kZRgDIAEoDjIILlJldGNvZGUSEwoLRERETlBQ",
|
||||
"QUtJTk4YDSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"ZGVOb3RpZnkSGQoHcmV0Y29kZRgJIAEoDjIILlJldGNvZGUSEwoLRUZDQ0hN",
|
||||
"QlBFRkYYCCADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"cHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RetcodeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RetcodeNotify), global::EggLink.DanhengServer.Proto.RetcodeNotify.Parser, new[]{ "Retcode", "DDDNPPAKINN" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RetcodeNotify), global::EggLink.DanhengServer.Proto.RetcodeNotify.Parser, new[]{ "Retcode", "EFCCHMBPEFF" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public RetcodeNotify(RetcodeNotify other) : this() {
|
||||
retcode_ = other.retcode_;
|
||||
dDDNPPAKINN_ = other.dDDNPPAKINN_.Clone();
|
||||
eFCCHMBPEFF_ = other.eFCCHMBPEFF_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 3;
|
||||
public const int RetcodeFieldNumber = 9;
|
||||
private global::EggLink.DanhengServer.Proto.Retcode retcode_ = global::EggLink.DanhengServer.Proto.Retcode.RetSucc;
|
||||
/// <summary>
|
||||
/// original: uint32
|
||||
@@ -99,15 +99,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DDDNPPAKINN" field.</summary>
|
||||
public const int DDDNPPAKINNFieldNumber = 13;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_dDDNPPAKINN_codec
|
||||
= pb::FieldCodec.ForUInt32(106);
|
||||
private readonly pbc::RepeatedField<uint> dDDNPPAKINN_ = new pbc::RepeatedField<uint>();
|
||||
/// <summary>Field number for the "EFCCHMBPEFF" field.</summary>
|
||||
public const int EFCCHMBPEFFFieldNumber = 8;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_eFCCHMBPEFF_codec
|
||||
= pb::FieldCodec.ForUInt32(66);
|
||||
private readonly pbc::RepeatedField<uint> eFCCHMBPEFF_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> DDDNPPAKINN {
|
||||
get { return dDDNPPAKINN_; }
|
||||
public pbc::RepeatedField<uint> EFCCHMBPEFF {
|
||||
get { return eFCCHMBPEFF_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -126,7 +126,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if(!dDDNPPAKINN_.Equals(other.dDDNPPAKINN_)) return false;
|
||||
if(!eFCCHMBPEFF_.Equals(other.eFCCHMBPEFF_)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Retcode != global::EggLink.DanhengServer.Proto.Retcode.RetSucc) hash ^= Retcode.GetHashCode();
|
||||
hash ^= dDDNPPAKINN_.GetHashCode();
|
||||
hash ^= eFCCHMBPEFF_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -154,11 +154,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
eFCCHMBPEFF_.WriteTo(output, _repeated_eFCCHMBPEFF_codec);
|
||||
if (Retcode != global::EggLink.DanhengServer.Proto.Retcode.RetSucc) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteEnum((int) Retcode);
|
||||
}
|
||||
dDDNPPAKINN_.WriteTo(output, _repeated_dDDNPPAKINN_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -169,11 +169,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
eFCCHMBPEFF_.WriteTo(ref output, _repeated_eFCCHMBPEFF_codec);
|
||||
if (Retcode != global::EggLink.DanhengServer.Proto.Retcode.RetSucc) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteEnum((int) Retcode);
|
||||
}
|
||||
dDDNPPAKINN_.WriteTo(ref output, _repeated_dDDNPPAKINN_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -187,7 +187,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (Retcode != global::EggLink.DanhengServer.Proto.Retcode.RetSucc) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Retcode);
|
||||
}
|
||||
size += dDDNPPAKINN_.CalculateSize(_repeated_dDDNPPAKINN_codec);
|
||||
size += eFCCHMBPEFF_.CalculateSize(_repeated_eFCCHMBPEFF_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -203,7 +203,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.Retcode != global::EggLink.DanhengServer.Proto.Retcode.RetSucc) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
dDDNPPAKINN_.Add(other.dDDNPPAKINN_);
|
||||
eFCCHMBPEFF_.Add(other.eFCCHMBPEFF_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -219,13 +219,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 24: {
|
||||
Retcode = (global::EggLink.DanhengServer.Proto.Retcode) input.ReadEnum();
|
||||
case 66:
|
||||
case 64: {
|
||||
eFCCHMBPEFF_.AddEntriesFrom(input, _repeated_eFCCHMBPEFF_codec);
|
||||
break;
|
||||
}
|
||||
case 106:
|
||||
case 104: {
|
||||
dDDNPPAKINN_.AddEntriesFrom(input, _repeated_dDDNPPAKINN_codec);
|
||||
case 72: {
|
||||
Retcode = (global::EggLink.DanhengServer.Proto.Retcode) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -243,13 +243,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 24: {
|
||||
Retcode = (global::EggLink.DanhengServer.Proto.Retcode) input.ReadEnum();
|
||||
case 66:
|
||||
case 64: {
|
||||
eFCCHMBPEFF_.AddEntriesFrom(ref input, _repeated_eFCCHMBPEFF_codec);
|
||||
break;
|
||||
}
|
||||
case 106:
|
||||
case 104: {
|
||||
dDDNPPAKINN_.AddEntriesFrom(ref input, _repeated_dDDNPPAKINN_codec);
|
||||
case 72: {
|
||||
Retcode = (global::EggLink.DanhengServer.Proto.Retcode) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user