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,13 +26,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiNFdm9sdmVCdWlsZFJlUmFuZG9tU3RhZ2VTY1JzcC5wcm90bxoRRUNNTUpM",
|
||||
"TEhQTUQucHJvdG8iUwodRXZvbHZlQnVpbGRSZVJhbmRvbVN0YWdlU2NSc3AS",
|
||||
"IQoLSkdQQkZMQ0NJSlAYDyABKAsyDC5FQ01NSkxMSFBNRBIPCgdyZXRjb2Rl",
|
||||
"GAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
|
||||
"DwoHcmV0Y29kZRgGIAEoDRIhCgtKR1BCRkxDQ0lKUBgOIAEoCzIMLkVDTU1K",
|
||||
"TExIUE1EQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
|
||||
"Mw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ECMMJLLHPMDReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageScRsp.Parser, new[]{ "JGPBFLCCIJP", "Retcode" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageScRsp.Parser, new[]{ "Retcode", "JGPBFLCCIJP" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,8 +74,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public EvolveBuildReRandomStageScRsp(EvolveBuildReRandomStageScRsp other) : this() {
|
||||
jGPBFLCCIJP_ = other.jGPBFLCCIJP_ != null ? other.jGPBFLCCIJP_.Clone() : null;
|
||||
retcode_ = other.retcode_;
|
||||
jGPBFLCCIJP_ = other.jGPBFLCCIJP_ != null ? other.jGPBFLCCIJP_.Clone() : null;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -85,18 +85,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new EvolveBuildReRandomStageScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JGPBFLCCIJP" field.</summary>
|
||||
public const int JGPBFLCCIJPFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.ECMMJLLHPMD jGPBFLCCIJP_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ECMMJLLHPMD JGPBFLCCIJP {
|
||||
get { return jGPBFLCCIJP_; }
|
||||
set {
|
||||
jGPBFLCCIJP_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 6;
|
||||
private uint retcode_;
|
||||
@@ -109,6 +97,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JGPBFLCCIJP" field.</summary>
|
||||
public const int JGPBFLCCIJPFieldNumber = 14;
|
||||
private global::EggLink.DanhengServer.Proto.ECMMJLLHPMD jGPBFLCCIJP_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ECMMJLLHPMD JGPBFLCCIJP {
|
||||
get { return jGPBFLCCIJP_; }
|
||||
set {
|
||||
jGPBFLCCIJP_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -124,8 +124,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (!object.Equals(JGPBFLCCIJP, other.JGPBFLCCIJP)) return false;
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if (!object.Equals(JGPBFLCCIJP, other.JGPBFLCCIJP)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -133,8 +133,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (jGPBFLCCIJP_ != null) hash ^= JGPBFLCCIJP.GetHashCode();
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (jGPBFLCCIJP_ != null) hash ^= JGPBFLCCIJP.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -158,7 +158,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteRawTag(114);
|
||||
output.WriteMessage(JGPBFLCCIJP);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -176,7 +176,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteRawTag(114);
|
||||
output.WriteMessage(JGPBFLCCIJP);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -189,12 +189,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JGPBFLCCIJP);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JGPBFLCCIJP);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -207,15 +207,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
if (other.jGPBFLCCIJP_ != null) {
|
||||
if (jGPBFLCCIJP_ == null) {
|
||||
JGPBFLCCIJP = new global::EggLink.DanhengServer.Proto.ECMMJLLHPMD();
|
||||
}
|
||||
JGPBFLCCIJP.MergeFrom(other.JGPBFLCCIJP);
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -235,7 +235,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
case 114: {
|
||||
if (jGPBFLCCIJP_ == null) {
|
||||
JGPBFLCCIJP = new global::EggLink.DanhengServer.Proto.ECMMJLLHPMD();
|
||||
}
|
||||
@@ -261,7 +261,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
case 114: {
|
||||
if (jGPBFLCCIJP_ == null) {
|
||||
JGPBFLCCIJP = new global::EggLink.DanhengServer.Proto.ECMMJLLHPMD();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user