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(
"CiFMYXN0U3ByaW5nUmVmcmVzaFRpbWVOb3RpZnkucHJvdG8iMgobTGFzdFNw",
"cmluZ1JlZnJlc2hUaW1lTm90aWZ5EhMKC0dQS0tCSkpFTE5KGA4gASgDQh6q",
"cmluZ1JlZnJlc2hUaW1lTm90aWZ5EhMKC05FSE9OT09IS0hQGAogASgDQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LastSpringRefreshTimeNotify), global::EggLink.DanhengServer.Proto.LastSpringRefreshTimeNotify.Parser, new[]{ "GPKKBJJELNJ" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LastSpringRefreshTimeNotify), global::EggLink.DanhengServer.Proto.LastSpringRefreshTimeNotify.Parser, new[]{ "NEHONOOHKHP" }, 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 LastSpringRefreshTimeNotify(LastSpringRefreshTimeNotify other) : this() {
gPKKBJJELNJ_ = other.gPKKBJJELNJ_;
nEHONOOHKHP_ = other.nEHONOOHKHP_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
return new LastSpringRefreshTimeNotify(this);
}
/// <summary>Field number for the "GPKKBJJELNJ" field.</summary>
public const int GPKKBJJELNJFieldNumber = 14;
private long gPKKBJJELNJ_;
/// <summary>Field number for the "NEHONOOHKHP" field.</summary>
public const int NEHONOOHKHPFieldNumber = 10;
private long nEHONOOHKHP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long GPKKBJJELNJ {
get { return gPKKBJJELNJ_; }
public long NEHONOOHKHP {
get { return nEHONOOHKHP_; }
set {
gPKKBJJELNJ_ = value;
nEHONOOHKHP_ = value;
}
}
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (GPKKBJJELNJ != other.GPKKBJJELNJ) return false;
if (NEHONOOHKHP != other.NEHONOOHKHP) 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 (GPKKBJJELNJ != 0L) hash ^= GPKKBJJELNJ.GetHashCode();
if (NEHONOOHKHP != 0L) hash ^= NEHONOOHKHP.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 (GPKKBJJELNJ != 0L) {
output.WriteRawTag(112);
output.WriteInt64(GPKKBJJELNJ);
if (NEHONOOHKHP != 0L) {
output.WriteRawTag(80);
output.WriteInt64(NEHONOOHKHP);
}
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 (GPKKBJJELNJ != 0L) {
output.WriteRawTag(112);
output.WriteInt64(GPKKBJJELNJ);
if (NEHONOOHKHP != 0L) {
output.WriteRawTag(80);
output.WriteInt64(NEHONOOHKHP);
}
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 (GPKKBJJELNJ != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(GPKKBJJELNJ);
if (NEHONOOHKHP != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(NEHONOOHKHP);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.GPKKBJJELNJ != 0L) {
GPKKBJJELNJ = other.GPKKBJJELNJ;
if (other.NEHONOOHKHP != 0L) {
NEHONOOHKHP = other.NEHONOOHKHP;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -197,8 +197,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 112: {
GPKKBJJELNJ = input.ReadInt64();
case 80: {
NEHONOOHKHP = input.ReadInt64();
break;
}
}
@@ -216,8 +216,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 112: {
GPKKBJJELNJ = input.ReadInt64();
case 80: {
NEHONOOHKHP = input.ReadInt64();
break;
}
}