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(
"ChlTZXRDdXJXYXlwb2ludENzUmVxLnByb3RvIioKE1NldEN1cldheXBvaW50",
"Q3NSZXESEwoLTE9FTk1CR0NMTEQYAyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Q3NSZXESEwoLQUVIRkJKS0NQTUIYAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetCurWaypointCsReq), global::EggLink.DanhengServer.Proto.SetCurWaypointCsReq.Parser, new[]{ "LOENMBGCLLD" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetCurWaypointCsReq), global::EggLink.DanhengServer.Proto.SetCurWaypointCsReq.Parser, new[]{ "AEHFBJKCPMB" }, 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 SetCurWaypointCsReq(SetCurWaypointCsReq other) : this() {
lOENMBGCLLD_ = other.lOENMBGCLLD_;
aEHFBJKCPMB_ = other.aEHFBJKCPMB_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
return new SetCurWaypointCsReq(this);
}
/// <summary>Field number for the "LOENMBGCLLD" field.</summary>
public const int LOENMBGCLLDFieldNumber = 3;
private uint lOENMBGCLLD_;
/// <summary>Field number for the "AEHFBJKCPMB" field.</summary>
public const int AEHFBJKCPMBFieldNumber = 2;
private uint aEHFBJKCPMB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LOENMBGCLLD {
get { return lOENMBGCLLD_; }
public uint AEHFBJKCPMB {
get { return aEHFBJKCPMB_; }
set {
lOENMBGCLLD_ = value;
aEHFBJKCPMB_ = value;
}
}
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (LOENMBGCLLD != other.LOENMBGCLLD) return false;
if (AEHFBJKCPMB != other.AEHFBJKCPMB) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (LOENMBGCLLD != 0) hash ^= LOENMBGCLLD.GetHashCode();
if (AEHFBJKCPMB != 0) hash ^= AEHFBJKCPMB.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (LOENMBGCLLD != 0) {
output.WriteRawTag(24);
output.WriteUInt32(LOENMBGCLLD);
if (AEHFBJKCPMB != 0) {
output.WriteRawTag(16);
output.WriteUInt32(AEHFBJKCPMB);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (LOENMBGCLLD != 0) {
output.WriteRawTag(24);
output.WriteUInt32(LOENMBGCLLD);
if (AEHFBJKCPMB != 0) {
output.WriteRawTag(16);
output.WriteUInt32(AEHFBJKCPMB);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (LOENMBGCLLD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LOENMBGCLLD);
if (AEHFBJKCPMB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AEHFBJKCPMB);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.LOENMBGCLLD != 0) {
LOENMBGCLLD = other.LOENMBGCLLD;
if (other.AEHFBJKCPMB != 0) {
AEHFBJKCPMB = other.AEHFBJKCPMB;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -197,8 +197,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 24: {
LOENMBGCLLD = input.ReadUInt32();
case 16: {
AEHFBJKCPMB = input.ReadUInt32();
break;
}
}
@@ -216,8 +216,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 24: {
LOENMBGCLLD = input.ReadUInt32();
case 16: {
AEHFBJKCPMB = input.ReadUInt32();
break;
}
}