mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: upgrade to game 3.5.51
This commit is contained in:
@@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpVcGRhdGVNYXJrQ2hlc3RTY1JzcC5wcm90bxoXTWFya0NoZXN0RnVuY0lu",
|
||||
"Zm8ucHJvdG8ihAEKFFVwZGF0ZU1hcmtDaGVzdFNjUnNwEjAKFG1hcmtfY2hl",
|
||||
"c3RfZnVuY19pbmZvGAYgAygLMhIuTWFya0NoZXN0RnVuY0luZm8SDwoHZnVu",
|
||||
"Y19pZBgJIAEoDRIYChB0cmlnZ2VyX3BhcmFtX2lkGAUgASgNEg8KB3JldGNv",
|
||||
"ZGUYAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"Zm8ucHJvdG8ihAEKFFVwZGF0ZU1hcmtDaGVzdFNjUnNwEhgKEHRyaWdnZXJf",
|
||||
"cGFyYW1faWQYCSABKA0SDwoHZnVuY19pZBgOIAEoDRIwChRtYXJrX2NoZXN0",
|
||||
"X2Z1bmNfaW5mbxgEIAMoCzISLk1hcmtDaGVzdEZ1bmNJbmZvEg8KB3JldGNv",
|
||||
"ZGUYDyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MarkChestFuncInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdateMarkChestScRsp), global::EggLink.DanhengServer.Proto.UpdateMarkChestScRsp.Parser, new[]{ "MarkChestFuncInfo", "FuncId", "TriggerParamId", "Retcode" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdateMarkChestScRsp), global::EggLink.DanhengServer.Proto.UpdateMarkChestScRsp.Parser, new[]{ "TriggerParamId", "FuncId", "MarkChestFuncInfo", "Retcode" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,9 +75,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public UpdateMarkChestScRsp(UpdateMarkChestScRsp other) : this() {
|
||||
markChestFuncInfo_ = other.markChestFuncInfo_.Clone();
|
||||
funcId_ = other.funcId_;
|
||||
triggerParamId_ = other.triggerParamId_;
|
||||
funcId_ = other.funcId_;
|
||||
markChestFuncInfo_ = other.markChestFuncInfo_.Clone();
|
||||
retcode_ = other.retcode_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
@@ -88,31 +88,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new UpdateMarkChestScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "mark_chest_func_info" field.</summary>
|
||||
public const int MarkChestFuncInfoFieldNumber = 6;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo> _repeated_markChestFuncInfo_codec
|
||||
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.MarkChestFuncInfo.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo> markChestFuncInfo_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo> MarkChestFuncInfo {
|
||||
get { return markChestFuncInfo_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "func_id" field.</summary>
|
||||
public const int FuncIdFieldNumber = 9;
|
||||
private uint funcId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FuncId {
|
||||
get { return funcId_; }
|
||||
set {
|
||||
funcId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "trigger_param_id" field.</summary>
|
||||
public const int TriggerParamIdFieldNumber = 5;
|
||||
public const int TriggerParamIdFieldNumber = 9;
|
||||
private uint triggerParamId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -123,8 +100,31 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "func_id" field.</summary>
|
||||
public const int FuncIdFieldNumber = 14;
|
||||
private uint funcId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FuncId {
|
||||
get { return funcId_; }
|
||||
set {
|
||||
funcId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "mark_chest_func_info" field.</summary>
|
||||
public const int MarkChestFuncInfoFieldNumber = 4;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo> _repeated_markChestFuncInfo_codec
|
||||
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.MarkChestFuncInfo.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo> markChestFuncInfo_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarkChestFuncInfo> MarkChestFuncInfo {
|
||||
get { return markChestFuncInfo_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 2;
|
||||
public const int RetcodeFieldNumber = 15;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if(!markChestFuncInfo_.Equals(other.markChestFuncInfo_)) return false;
|
||||
if (FuncId != other.FuncId) return false;
|
||||
if (TriggerParamId != other.TriggerParamId) return false;
|
||||
if (FuncId != other.FuncId) return false;
|
||||
if(!markChestFuncInfo_.Equals(other.markChestFuncInfo_)) return false;
|
||||
if (Retcode != other.Retcode) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -161,9 +161,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
hash ^= markChestFuncInfo_.GetHashCode();
|
||||
if (FuncId != 0) hash ^= FuncId.GetHashCode();
|
||||
if (TriggerParamId != 0) hash ^= TriggerParamId.GetHashCode();
|
||||
if (FuncId != 0) hash ^= FuncId.GetHashCode();
|
||||
hash ^= markChestFuncInfo_.GetHashCode();
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -183,19 +183,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
markChestFuncInfo_.WriteTo(output, _repeated_markChestFuncInfo_codec);
|
||||
if (TriggerParamId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(TriggerParamId);
|
||||
}
|
||||
markChestFuncInfo_.WriteTo(output, _repeated_markChestFuncInfo_codec);
|
||||
if (FuncId != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(FuncId);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -206,19 +206,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
markChestFuncInfo_.WriteTo(ref output, _repeated_markChestFuncInfo_codec);
|
||||
if (TriggerParamId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(TriggerParamId);
|
||||
}
|
||||
markChestFuncInfo_.WriteTo(ref output, _repeated_markChestFuncInfo_codec);
|
||||
if (FuncId != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(FuncId);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -229,13 +229,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
size += markChestFuncInfo_.CalculateSize(_repeated_markChestFuncInfo_codec);
|
||||
if (FuncId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FuncId);
|
||||
}
|
||||
if (TriggerParamId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TriggerParamId);
|
||||
}
|
||||
if (FuncId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FuncId);
|
||||
}
|
||||
size += markChestFuncInfo_.CalculateSize(_repeated_markChestFuncInfo_codec);
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
@@ -251,13 +251,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
markChestFuncInfo_.Add(other.markChestFuncInfo_);
|
||||
if (other.FuncId != 0) {
|
||||
FuncId = other.FuncId;
|
||||
}
|
||||
if (other.TriggerParamId != 0) {
|
||||
TriggerParamId = other.TriggerParamId;
|
||||
}
|
||||
if (other.FuncId != 0) {
|
||||
FuncId = other.FuncId;
|
||||
}
|
||||
markChestFuncInfo_.Add(other.markChestFuncInfo_);
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
@@ -276,22 +276,22 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 16: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
TriggerParamId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
case 34: {
|
||||
markChestFuncInfo_.AddEntriesFrom(input, _repeated_markChestFuncInfo_codec);
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
TriggerParamId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
FuncId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -307,22 +307,22 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 16: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
TriggerParamId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
case 34: {
|
||||
markChestFuncInfo_.AddEntriesFrom(ref input, _repeated_markChestFuncInfo_codec);
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
TriggerParamId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
FuncId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user