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

@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9DaGVzc1JvZ3VlU2VsZWN0Q2VsbFNjUnNwLnByb3RvGhFPSUFPTEJHT0FB",
"Ry5wcm90byJ7ChlDaGVzc1JvZ3VlU2VsZWN0Q2VsbFNjUnNwEg8KB2NlbGxf",
"aWQYCSABKA0SIQoLS0FKQUZOUEVLQUoYCCABKAsyDC5PSUFPTEJHT0FBRxIP",
"CgdyZXRjb2RlGAUgASgNEhkKEXNlbGVjdF9tb25zdGVyX2lkGAIgASgNQh6q",
"Ry5wcm90byJ7ChlDaGVzc1JvZ3VlU2VsZWN0Q2VsbFNjUnNwEhkKEXNlbGVj",
"dF9tb25zdGVyX2lkGA4gASgNEg8KB3JldGNvZGUYDSABKA0SIQoLS0FKQUZO",
"UEVLQUoYCCABKAsyDC5PSUFPTEJHT0FBRxIPCgdjZWxsX2lkGAYgASgNQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OIAOLBGOAAGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueSelectCellScRsp), global::EggLink.DanhengServer.Proto.ChessRogueSelectCellScRsp.Parser, new[]{ "CellId", "KAJAFNPEKAJ", "Retcode", "SelectMonsterId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueSelectCellScRsp), global::EggLink.DanhengServer.Proto.ChessRogueSelectCellScRsp.Parser, new[]{ "SelectMonsterId", "Retcode", "KAJAFNPEKAJ", "CellId" }, null, null, null, null)
}));
}
#endregion
@@ -74,10 +74,10 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueSelectCellScRsp(ChessRogueSelectCellScRsp other) : this() {
cellId_ = other.cellId_;
kAJAFNPEKAJ_ = other.kAJAFNPEKAJ_ != null ? other.kAJAFNPEKAJ_.Clone() : null;
retcode_ = other.retcode_;
selectMonsterId_ = other.selectMonsterId_;
retcode_ = other.retcode_;
kAJAFNPEKAJ_ = other.kAJAFNPEKAJ_ != null ? other.kAJAFNPEKAJ_.Clone() : null;
cellId_ = other.cellId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -87,15 +87,27 @@ namespace EggLink.DanhengServer.Proto {
return new ChessRogueSelectCellScRsp(this);
}
/// <summary>Field number for the "cell_id" field.</summary>
public const int CellIdFieldNumber = 9;
private uint cellId_;
/// <summary>Field number for the "select_monster_id" field.</summary>
public const int SelectMonsterIdFieldNumber = 14;
private uint selectMonsterId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CellId {
get { return cellId_; }
public uint SelectMonsterId {
get { return selectMonsterId_; }
set {
cellId_ = value;
selectMonsterId_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 13;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
@@ -111,27 +123,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 5;
private uint retcode_;
/// <summary>Field number for the "cell_id" field.</summary>
public const int CellIdFieldNumber = 6;
private uint cellId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
public uint CellId {
get { return cellId_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "select_monster_id" field.</summary>
public const int SelectMonsterIdFieldNumber = 2;
private uint selectMonsterId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SelectMonsterId {
get { return selectMonsterId_; }
set {
selectMonsterId_ = value;
cellId_ = value;
}
}
@@ -150,10 +150,10 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (CellId != other.CellId) return false;
if (!object.Equals(KAJAFNPEKAJ, other.KAJAFNPEKAJ)) return false;
if (Retcode != other.Retcode) return false;
if (SelectMonsterId != other.SelectMonsterId) return false;
if (Retcode != other.Retcode) return false;
if (!object.Equals(KAJAFNPEKAJ, other.KAJAFNPEKAJ)) return false;
if (CellId != other.CellId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -161,10 +161,10 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (CellId != 0) hash ^= CellId.GetHashCode();
if (kAJAFNPEKAJ_ != null) hash ^= KAJAFNPEKAJ.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (SelectMonsterId != 0) hash ^= SelectMonsterId.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (kAJAFNPEKAJ_ != null) hash ^= KAJAFNPEKAJ.GetHashCode();
if (CellId != 0) hash ^= CellId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -183,21 +183,21 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (SelectMonsterId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(SelectMonsterId);
}
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
if (CellId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CellId);
}
if (kAJAFNPEKAJ_ != null) {
output.WriteRawTag(66);
output.WriteMessage(KAJAFNPEKAJ);
}
if (CellId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(CellId);
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (SelectMonsterId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SelectMonsterId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -209,21 +209,21 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (SelectMonsterId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(SelectMonsterId);
}
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
if (CellId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CellId);
}
if (kAJAFNPEKAJ_ != null) {
output.WriteRawTag(66);
output.WriteMessage(KAJAFNPEKAJ);
}
if (CellId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(CellId);
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (SelectMonsterId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SelectMonsterId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -235,17 +235,17 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (CellId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CellId);
}
if (kAJAFNPEKAJ_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KAJAFNPEKAJ);
if (SelectMonsterId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectMonsterId);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (SelectMonsterId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectMonsterId);
if (kAJAFNPEKAJ_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KAJAFNPEKAJ);
}
if (CellId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CellId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -259,8 +259,11 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.CellId != 0) {
CellId = other.CellId;
if (other.SelectMonsterId != 0) {
SelectMonsterId = other.SelectMonsterId;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.kAJAFNPEKAJ_ != null) {
if (kAJAFNPEKAJ_ == null) {
@@ -268,11 +271,8 @@ namespace EggLink.DanhengServer.Proto {
}
KAJAFNPEKAJ.MergeFrom(other.KAJAFNPEKAJ);
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.SelectMonsterId != 0) {
SelectMonsterId = other.SelectMonsterId;
if (other.CellId != 0) {
CellId = other.CellId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -289,12 +289,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 16: {
SelectMonsterId = input.ReadUInt32();
break;
}
case 40: {
Retcode = input.ReadUInt32();
case 48: {
CellId = input.ReadUInt32();
break;
}
case 66: {
@@ -304,8 +300,12 @@ namespace EggLink.DanhengServer.Proto {
input.ReadMessage(KAJAFNPEKAJ);
break;
}
case 72: {
CellId = input.ReadUInt32();
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
SelectMonsterId = input.ReadUInt32();
break;
}
}
@@ -323,12 +323,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 16: {
SelectMonsterId = input.ReadUInt32();
break;
}
case 40: {
Retcode = input.ReadUInt32();
case 48: {
CellId = input.ReadUInt32();
break;
}
case 66: {
@@ -338,8 +334,12 @@ namespace EggLink.DanhengServer.Proto {
input.ReadMessage(KAJAFNPEKAJ);
break;
}
case 72: {
CellId = input.ReadUInt32();
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
SelectMonsterId = input.ReadUInt32();
break;
}
}