mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: update to game 3.2.0
This commit is contained in:
@@ -26,13 +26,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiNFdm9sdmVCdWlsZFJlUmFuZG9tU3RhZ2VTY1JzcC5wcm90bxoRRUNNTUpM",
|
||||
"TEhQTUQucHJvdG8iUwodRXZvbHZlQnVpbGRSZVJhbmRvbVN0YWdlU2NSc3AS",
|
||||
"DwoHcmV0Y29kZRgJIAEoDRIhCgtKR1BCRkxDQ0lKUBgFIAEoCzIMLkVDTU1K",
|
||||
"TExIUE1EQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
|
||||
"IQoLSkdQQkZMQ0NJSlAYDyABKAsyDC5FQ01NSkxMSFBNRBIPCgdyZXRjb2Rl",
|
||||
"GAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
|
||||
"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[]{ "Retcode", "JGPBFLCCIJP" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageScRsp.Parser, new[]{ "JGPBFLCCIJP", "Retcode" }, 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() {
|
||||
retcode_ = other.retcode_;
|
||||
jGPBFLCCIJP_ = other.jGPBFLCCIJP_ != null ? other.jGPBFLCCIJP_.Clone() : null;
|
||||
retcode_ = other.retcode_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -85,20 +85,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new EvolveBuildReRandomStageScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 9;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Retcode {
|
||||
get { return retcode_; }
|
||||
set {
|
||||
retcode_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JGPBFLCCIJP" field.</summary>
|
||||
public const int JGPBFLCCIJPFieldNumber = 5;
|
||||
public const int JGPBFLCCIJPFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.ECMMJLLHPMD jGPBFLCCIJP_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -109,6 +97,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 6;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Retcode {
|
||||
get { return retcode_; }
|
||||
set {
|
||||
retcode_ = 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 (Retcode != other.Retcode) return false;
|
||||
if (!object.Equals(JGPBFLCCIJP, other.JGPBFLCCIJP)) return false;
|
||||
if (Retcode != other.Retcode) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (jGPBFLCCIJP_ != null) hash ^= JGPBFLCCIJP.GetHashCode();
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -153,14 +153,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(JGPBFLCCIJP);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(JGPBFLCCIJP);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -171,14 +171,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(JGPBFLCCIJP);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(JGPBFLCCIJP);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -189,12 +189,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (jGPBFLCCIJP_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JGPBFLCCIJP);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
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);
|
||||
}
|
||||
|
||||
@@ -231,17 +231,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 42: {
|
||||
case 48: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
if (jGPBFLCCIJP_ == null) {
|
||||
JGPBFLCCIJP = new global::EggLink.DanhengServer.Proto.ECMMJLLHPMD();
|
||||
}
|
||||
input.ReadMessage(JGPBFLCCIJP);
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -257,17 +257,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 42: {
|
||||
case 48: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
if (jGPBFLCCIJP_ == null) {
|
||||
JGPBFLCCIJP = new global::EggLink.DanhengServer.Proto.ECMMJLLHPMD();
|
||||
}
|
||||
input.ReadMessage(JGPBFLCCIJP);
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user