Update to 2.6.0 & Implement Rogue Magic

This commit is contained in:
StopWuyu
2024-10-05 22:40:41 +08:00
parent 50c2f6d13a
commit f432026d56
2369 changed files with 178947 additions and 133932 deletions

View File

@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiNTZXRDbGllbnRSYWlkVGFyZ2V0Q291bnRTY1JzcC5wcm90byJXCh1TZXRD",
"bGllbnRSYWlkVGFyZ2V0Q291bnRTY1JzcBIPCgdyZXRjb2RlGAwgASgNEhMK",
"C0tHTUhFTFBIQk9MGAIgASgNEhAKCHByb2dyZXNzGAogASgNQh6qAhtFZ2dM",
"bGllbnRSYWlkVGFyZ2V0Q291bnRTY1JzcBIQCghwcm9ncmVzcxgIIAEoDRIP",
"CgdyZXRjb2RlGAwgASgNEhMKC0tNR01IUEtHRURBGAMgASgNQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetClientRaidTargetCountScRsp), global::EggLink.DanhengServer.Proto.SetClientRaidTargetCountScRsp.Parser, new[]{ "Retcode", "KGMHELPHBOL", "Progress" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetClientRaidTargetCountScRsp), global::EggLink.DanhengServer.Proto.SetClientRaidTargetCountScRsp.Parser, new[]{ "Progress", "Retcode", "KMGMHPKGEDA" }, null, null, null, null)
}));
}
#endregion
@@ -73,9 +73,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SetClientRaidTargetCountScRsp(SetClientRaidTargetCountScRsp other) : this() {
retcode_ = other.retcode_;
kGMHELPHBOL_ = other.kGMHELPHBOL_;
progress_ = other.progress_;
retcode_ = other.retcode_;
kMGMHPKGEDA_ = other.kMGMHPKGEDA_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -85,6 +85,18 @@ namespace EggLink.DanhengServer.Proto {
return new SetClientRaidTargetCountScRsp(this);
}
/// <summary>Field number for the "progress" field.</summary>
public const int ProgressFieldNumber = 8;
private uint progress_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Progress {
get { return progress_; }
set {
progress_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 12;
private uint retcode_;
@@ -97,27 +109,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "KGMHELPHBOL" field.</summary>
public const int KGMHELPHBOLFieldNumber = 2;
private uint kGMHELPHBOL_;
/// <summary>Field number for the "KMGMHPKGEDA" field.</summary>
public const int KMGMHPKGEDAFieldNumber = 3;
private uint kMGMHPKGEDA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KGMHELPHBOL {
get { return kGMHELPHBOL_; }
public uint KMGMHPKGEDA {
get { return kMGMHPKGEDA_; }
set {
kGMHELPHBOL_ = value;
}
}
/// <summary>Field number for the "progress" field.</summary>
public const int ProgressFieldNumber = 10;
private uint progress_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Progress {
get { return progress_; }
set {
progress_ = value;
kMGMHPKGEDA_ = value;
}
}
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if (KGMHELPHBOL != other.KGMHELPHBOL) return false;
if (Progress != other.Progress) return false;
if (Retcode != other.Retcode) return false;
if (KMGMHPKGEDA != other.KMGMHPKGEDA) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -146,9 +146,9 @@ 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 (KGMHELPHBOL != 0) hash ^= KGMHELPHBOL.GetHashCode();
if (Progress != 0) hash ^= Progress.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (KMGMHPKGEDA != 0) hash ^= KMGMHPKGEDA.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -167,12 +167,12 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (KGMHELPHBOL != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KGMHELPHBOL);
if (KMGMHPKGEDA != 0) {
output.WriteRawTag(24);
output.WriteUInt32(KMGMHPKGEDA);
}
if (Progress != 0) {
output.WriteRawTag(80);
output.WriteRawTag(64);
output.WriteUInt32(Progress);
}
if (Retcode != 0) {
@@ -189,12 +189,12 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (KGMHELPHBOL != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KGMHELPHBOL);
if (KMGMHPKGEDA != 0) {
output.WriteRawTag(24);
output.WriteUInt32(KMGMHPKGEDA);
}
if (Progress != 0) {
output.WriteRawTag(80);
output.WriteRawTag(64);
output.WriteUInt32(Progress);
}
if (Retcode != 0) {
@@ -211,14 +211,14 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (Progress != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (KGMHELPHBOL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KGMHELPHBOL);
}
if (Progress != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
if (KMGMHPKGEDA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KMGMHPKGEDA);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -232,14 +232,14 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.Progress != 0) {
Progress = other.Progress;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.KGMHELPHBOL != 0) {
KGMHELPHBOL = other.KGMHELPHBOL;
}
if (other.Progress != 0) {
Progress = other.Progress;
if (other.KMGMHPKGEDA != 0) {
KMGMHPKGEDA = other.KMGMHPKGEDA;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -256,11 +256,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 16: {
KGMHELPHBOL = input.ReadUInt32();
case 24: {
KMGMHPKGEDA = input.ReadUInt32();
break;
}
case 80: {
case 64: {
Progress = input.ReadUInt32();
break;
}
@@ -283,11 +283,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 16: {
KGMHELPHBOL = input.ReadUInt32();
case 24: {
KMGMHPKGEDA = input.ReadUInt32();
break;
}
case 80: {
case 64: {
Progress = input.ReadUInt32();
break;
}