feat: update to game 3.2.0

This commit is contained in:
letheriver2007
2025-04-14 19:43:38 +08:00
parent 899053442a
commit bfa2eb5445
2873 changed files with 237238 additions and 115406 deletions

View File

@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9DaGVzc1JvZ3VlU2VsZWN0Q2VsbFNjUnNwLnByb3RvGhFPSUFPTEJHT0FB",
"Ry5wcm90byJ7ChlDaGVzc1JvZ3VlU2VsZWN0Q2VsbFNjUnNwEiEKC0tBSkFG",
"TlBFS0FKGAwgASgLMgwuT0lBT0xCR09BQUcSGQoRc2VsZWN0X21vbnN0ZXJf",
"aWQYDiABKA0SDwoHcmV0Y29kZRgHIAEoDRIPCgdjZWxsX2lkGAggASgNQh6q",
"Ry5wcm90byJ7ChlDaGVzc1JvZ3VlU2VsZWN0Q2VsbFNjUnNwEg8KB2NlbGxf",
"aWQYCSABKA0SDwoHcmV0Y29kZRgGIAEoDRIhCgtLQUpBRk5QRUtBShgMIAEo",
"CzIMLk9JQU9MQkdPQUFHEhkKEXNlbGVjdF9tb25zdGVyX2lkGAogASgNQh6q",
"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[]{ "KAJAFNPEKAJ", "SelectMonsterId", "Retcode", "CellId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueSelectCellScRsp), global::EggLink.DanhengServer.Proto.ChessRogueSelectCellScRsp.Parser, new[]{ "CellId", "Retcode", "KAJAFNPEKAJ", "SelectMonsterId" }, 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_;
retcode_ = other.retcode_;
kAJAFNPEKAJ_ = other.kAJAFNPEKAJ_ != null ? other.kAJAFNPEKAJ_.Clone() : null;
selectMonsterId_ = other.selectMonsterId_;
retcode_ = other.retcode_;
cellId_ = other.cellId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -87,6 +87,30 @@ 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_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CellId {
get { return cellId_; }
set {
cellId_ = value;
}
}
/// <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;
}
}
/// <summary>Field number for the "KAJAFNPEKAJ" field.</summary>
public const int KAJAFNPEKAJFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.OIAOLBGOAAG kAJAFNPEKAJ_;
@@ -100,7 +124,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "select_monster_id" field.</summary>
public const int SelectMonsterIdFieldNumber = 14;
public const int SelectMonsterIdFieldNumber = 10;
private uint selectMonsterId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -111,30 +135,6 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 7;
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 "cell_id" field.</summary>
public const int CellIdFieldNumber = 8;
private uint cellId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CellId {
get { return cellId_; }
set {
cellId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
@@ -150,10 +150,10 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (CellId != other.CellId) return false;
if (Retcode != other.Retcode) return false;
if (!object.Equals(KAJAFNPEKAJ, other.KAJAFNPEKAJ)) return false;
if (SelectMonsterId != other.SelectMonsterId) return false;
if (Retcode != other.Retcode) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
if (kAJAFNPEKAJ_ != null) hash ^= KAJAFNPEKAJ.GetHashCode();
if (SelectMonsterId != 0) hash ^= SelectMonsterId.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (CellId != 0) hash ^= CellId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -184,21 +184,21 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (Retcode != 0) {
output.WriteRawTag(56);
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (CellId != 0) {
output.WriteRawTag(64);
output.WriteRawTag(72);
output.WriteUInt32(CellId);
}
if (SelectMonsterId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(SelectMonsterId);
}
if (kAJAFNPEKAJ_ != null) {
output.WriteRawTag(98);
output.WriteMessage(KAJAFNPEKAJ);
}
if (SelectMonsterId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SelectMonsterId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
@@ -210,21 +210,21 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Retcode != 0) {
output.WriteRawTag(56);
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (CellId != 0) {
output.WriteRawTag(64);
output.WriteRawTag(72);
output.WriteUInt32(CellId);
}
if (SelectMonsterId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(SelectMonsterId);
}
if (kAJAFNPEKAJ_ != null) {
output.WriteRawTag(98);
output.WriteMessage(KAJAFNPEKAJ);
}
if (SelectMonsterId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SelectMonsterId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
@@ -235,18 +235,18 @@ 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 (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
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 (CellId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CellId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -259,6 +259,12 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.CellId != 0) {
CellId = other.CellId;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.kAJAFNPEKAJ_ != null) {
if (kAJAFNPEKAJ_ == null) {
KAJAFNPEKAJ = new global::EggLink.DanhengServer.Proto.OIAOLBGOAAG();
@@ -268,12 +274,6 @@ namespace EggLink.DanhengServer.Proto {
if (other.SelectMonsterId != 0) {
SelectMonsterId = other.SelectMonsterId;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.CellId != 0) {
CellId = other.CellId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -289,14 +289,18 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 56: {
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 64: {
case 72: {
CellId = input.ReadUInt32();
break;
}
case 80: {
SelectMonsterId = input.ReadUInt32();
break;
}
case 98: {
if (kAJAFNPEKAJ_ == null) {
KAJAFNPEKAJ = new global::EggLink.DanhengServer.Proto.OIAOLBGOAAG();
@@ -304,10 +308,6 @@ namespace EggLink.DanhengServer.Proto {
input.ReadMessage(KAJAFNPEKAJ);
break;
}
case 112: {
SelectMonsterId = input.ReadUInt32();
break;
}
}
}
#endif
@@ -323,14 +323,18 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 56: {
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 64: {
case 72: {
CellId = input.ReadUInt32();
break;
}
case 80: {
SelectMonsterId = input.ReadUInt32();
break;
}
case 98: {
if (kAJAFNPEKAJ_ == null) {
KAJAFNPEKAJ = new global::EggLink.DanhengServer.Proto.OIAOLBGOAAG();
@@ -338,10 +342,6 @@ namespace EggLink.DanhengServer.Proto {
input.ReadMessage(KAJAFNPEKAJ);
break;
}
case 112: {
SelectMonsterId = input.ReadUInt32();
break;
}
}
}
}