feat: upgrade to game 3.5.51

This commit is contained in:
StopWuyu
2025-08-15 12:52:47 +08:00
parent db172b0b0f
commit f59fe1f383
2642 changed files with 136382 additions and 141815 deletions

View File

@@ -26,13 +26,13 @@ namespace EggLink.DanhengServer.Proto {
string.Concat(
"CipBZXRoZXJEaXZpZGVUYWtlQ2hhbGxlbmdlUmV3YXJkU2NSc3AucHJvdG8a",
"Dkl0ZW1MaXN0LnByb3RvImgKJEFldGhlckRpdmlkZVRha2VDaGFsbGVuZ2VS",
"ZXdhcmRTY1JzcBIPCgdyZXRjb2RlGAogASgNEhkKBnJld2FyZBgFIAEoCzIJ",
"Lkl0ZW1MaXN0EhQKDGNoYWxsZW5nZV9pZBgMIAEoDUIeqgIbRWdnTGluay5E",
"ZXdhcmRTY1JzcBIZCgZyZXdhcmQYCyABKAsyCS5JdGVtTGlzdBIPCgdyZXRj",
"b2RlGAQgASgNEhQKDGNoYWxsZW5nZV9pZBgOIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AetherDivideTakeChallengeRewardScRsp), global::EggLink.DanhengServer.Proto.AetherDivideTakeChallengeRewardScRsp.Parser, new[]{ "Retcode", "Reward", "ChallengeId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AetherDivideTakeChallengeRewardScRsp), global::EggLink.DanhengServer.Proto.AetherDivideTakeChallengeRewardScRsp.Parser, new[]{ "Reward", "Retcode", "ChallengeId" }, 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 AetherDivideTakeChallengeRewardScRsp(AetherDivideTakeChallengeRewardScRsp other) : this() {
retcode_ = other.retcode_;
reward_ = other.reward_ != null ? other.reward_.Clone() : null;
retcode_ = other.retcode_;
challengeId_ = other.challengeId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -86,20 +86,8 @@ namespace EggLink.DanhengServer.Proto {
return new AetherDivideTakeChallengeRewardScRsp(this);
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 10;
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 "reward" field.</summary>
public const int RewardFieldNumber = 5;
public const int RewardFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.ItemList reward_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -110,8 +98,20 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 4;
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 "challenge_id" field.</summary>
public const int ChallengeIdFieldNumber = 12;
public const int ChallengeIdFieldNumber = 14;
private uint challengeId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -137,8 +137,8 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if (!object.Equals(Reward, other.Reward)) return false;
if (Retcode != other.Retcode) return false;
if (ChallengeId != other.ChallengeId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -147,8 +147,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 (reward_ != null) hash ^= Reward.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (ChallengeId != 0) hash ^= ChallengeId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
@@ -168,16 +168,16 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (reward_ != null) {
output.WriteRawTag(42);
output.WriteMessage(Reward);
}
if (Retcode != 0) {
output.WriteRawTag(80);
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
if (reward_ != null) {
output.WriteRawTag(90);
output.WriteMessage(Reward);
}
if (ChallengeId != 0) {
output.WriteRawTag(96);
output.WriteRawTag(112);
output.WriteUInt32(ChallengeId);
}
if (_unknownFields != null) {
@@ -190,16 +190,16 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (reward_ != null) {
output.WriteRawTag(42);
output.WriteMessage(Reward);
}
if (Retcode != 0) {
output.WriteRawTag(80);
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
if (reward_ != null) {
output.WriteRawTag(90);
output.WriteMessage(Reward);
}
if (ChallengeId != 0) {
output.WriteRawTag(96);
output.WriteRawTag(112);
output.WriteUInt32(ChallengeId);
}
if (_unknownFields != null) {
@@ -212,12 +212,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 (reward_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (ChallengeId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChallengeId);
}
@@ -233,15 +233,15 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.reward_ != null) {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
Reward.MergeFrom(other.Reward);
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.ChallengeId != 0) {
ChallengeId = other.ChallengeId;
}
@@ -260,18 +260,18 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 42: {
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 90: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 80: {
Retcode = input.ReadUInt32();
break;
}
case 96: {
case 112: {
ChallengeId = input.ReadUInt32();
break;
}
@@ -290,18 +290,18 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 42: {
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 90: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 80: {
Retcode = input.ReadUInt32();
break;
}
case 96: {
case 112: {
ChallengeId = input.ReadUInt32();
break;
}