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,12 +25,12 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhUZXh0Sm9pblF1ZXJ5Q3NSZXEucHJvdG8iKQoSVGV4dEpvaW5RdWVyeUNz",
"UmVxEhMKC0pOSEhCTElOQU9OGAsgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"UmVxEhMKC0pQRUFESE1OTUFQGAIgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TextJoinQueryCsReq), global::EggLink.DanhengServer.Proto.TextJoinQueryCsReq.Parser, new[]{ "JNHHBLINAON" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TextJoinQueryCsReq), global::EggLink.DanhengServer.Proto.TextJoinQueryCsReq.Parser, new[]{ "JPEADHMNMAP" }, null, null, null, null)
}));
}
#endregion
@@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TextJoinQueryCsReq(TextJoinQueryCsReq other) : this() {
jNHHBLINAON_ = other.jNHHBLINAON_.Clone();
jPEADHMNMAP_ = other.jPEADHMNMAP_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
return new TextJoinQueryCsReq(this);
}
/// <summary>Field number for the "JNHHBLINAON" field.</summary>
public const int JNHHBLINAONFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_jNHHBLINAON_codec
= pb::FieldCodec.ForUInt32(90);
private readonly pbc::RepeatedField<uint> jNHHBLINAON_ = new pbc::RepeatedField<uint>();
/// <summary>Field number for the "JPEADHMNMAP" field.</summary>
public const int JPEADHMNMAPFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_jPEADHMNMAP_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> jPEADHMNMAP_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> JNHHBLINAON {
get { return jNHHBLINAON_; }
public pbc::RepeatedField<uint> JPEADHMNMAP {
get { return jPEADHMNMAP_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if(!jNHHBLINAON_.Equals(other.jNHHBLINAON_)) return false;
if(!jPEADHMNMAP_.Equals(other.jPEADHMNMAP_)) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -116,7 +116,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
hash ^= jNHHBLINAON_.GetHashCode();
hash ^= jPEADHMNMAP_.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
jNHHBLINAON_.WriteTo(output, _repeated_jNHHBLINAON_codec);
jPEADHMNMAP_.WriteTo(output, _repeated_jPEADHMNMAP_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
@@ -146,7 +146,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
jNHHBLINAON_.WriteTo(ref output, _repeated_jNHHBLINAON_codec);
jPEADHMNMAP_.WriteTo(ref output, _repeated_jPEADHMNMAP_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
@@ -157,7 +157,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
size += jNHHBLINAON_.CalculateSize(_repeated_jNHHBLINAON_codec);
size += jPEADHMNMAP_.CalculateSize(_repeated_jPEADHMNMAP_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -170,7 +170,7 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
jNHHBLINAON_.Add(other.jNHHBLINAON_);
jPEADHMNMAP_.Add(other.jPEADHMNMAP_);
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -186,9 +186,9 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 90:
case 88: {
jNHHBLINAON_.AddEntriesFrom(input, _repeated_jNHHBLINAON_codec);
case 18:
case 16: {
jPEADHMNMAP_.AddEntriesFrom(input, _repeated_jPEADHMNMAP_codec);
break;
}
}
@@ -206,9 +206,9 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 90:
case 88: {
jNHHBLINAON_.AddEntriesFrom(ref input, _repeated_jNHHBLINAON_codec);
case 18:
case 16: {
jPEADHMNMAP_.AddEntriesFrom(ref input, _repeated_jPEADHMNMAP_codec);
break;
}
}