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,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhHZXRBdmF0YXJEYXRhU2NSc3AucHJvdG8aDEF2YXRhci5wcm90byJsChJH",
"ZXRBdmF0YXJEYXRhU2NSc3ASDwoHcmV0Y29kZRgOIAEoDRITCgtJTUpMQUdJ",
"Tk5FQRgGIAMoDRISCgppc19nZXRfYWxsGAQgASgIEhwKC2F2YXRhcl9saXN0",
"GA0gAygLMgcuQXZhdGFyQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"ZXRBdmF0YXJEYXRhU2NSc3ASHAoLYXZhdGFyX2xpc3QYBSADKAsyBy5BdmF0",
"YXISEwoLS0FIQkJMQUtCQk4YAiADKA0SEgoKaXNfZ2V0X2FsbBgHIAEoCBIP",
"CgdyZXRjb2RlGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp), global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp.Parser, new[]{ "Retcode", "IMJLAGINNEA", "IsGetAll", "AvatarList" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp), global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp.Parser, new[]{ "AvatarList", "KAHBBLAKBBN", "IsGetAll", "Retcode" }, 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 GetAvatarDataScRsp(GetAvatarDataScRsp other) : this() {
retcode_ = other.retcode_;
iMJLAGINNEA_ = other.iMJLAGINNEA_.Clone();
isGetAll_ = other.isGetAll_;
avatarList_ = other.avatarList_.Clone();
kAHBBLAKBBN_ = other.kAHBBLAKBBN_.Clone();
isGetAll_ = other.isGetAll_;
retcode_ = other.retcode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -87,31 +87,30 @@ namespace EggLink.DanhengServer.Proto {
return new GetAvatarDataScRsp(this);
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 14;
private uint retcode_;
/// <summary>Field number for the "avatar_list" field.</summary>
public const int AvatarListFieldNumber = 5;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Avatar> _repeated_avatarList_codec
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.Avatar.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Avatar> avatarList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Avatar>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Avatar> AvatarList {
get { return avatarList_; }
}
/// <summary>Field number for the "IMJLAGINNEA" field.</summary>
public const int IMJLAGINNEAFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_iMJLAGINNEA_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField<uint> iMJLAGINNEA_ = new pbc::RepeatedField<uint>();
/// <summary>Field number for the "KAHBBLAKBBN" field.</summary>
public const int KAHBBLAKBBNFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_kAHBBLAKBBN_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> kAHBBLAKBBN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IMJLAGINNEA {
get { return iMJLAGINNEA_; }
public pbc::RepeatedField<uint> KAHBBLAKBBN {
get { return kAHBBLAKBBN_; }
}
/// <summary>Field number for the "is_get_all" field.</summary>
public const int IsGetAllFieldNumber = 4;
public const int IsGetAllFieldNumber = 7;
private bool isGetAll_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -122,15 +121,16 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "avatar_list" field.</summary>
public const int AvatarListFieldNumber = 13;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Avatar> _repeated_avatarList_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.Avatar.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Avatar> avatarList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Avatar>();
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 15;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Avatar> AvatarList {
get { return avatarList_; }
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -148,10 +148,10 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if(!iMJLAGINNEA_.Equals(other.iMJLAGINNEA_)) return false;
if (IsGetAll != other.IsGetAll) return false;
if(!avatarList_.Equals(other.avatarList_)) return false;
if(!kAHBBLAKBBN_.Equals(other.kAHBBLAKBBN_)) return false;
if (IsGetAll != other.IsGetAll) return false;
if (Retcode != other.Retcode) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -159,10 +159,10 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= iMJLAGINNEA_.GetHashCode();
if (IsGetAll != false) hash ^= IsGetAll.GetHashCode();
hash ^= avatarList_.GetHashCode();
hash ^= kAHBBLAKBBN_.GetHashCode();
if (IsGetAll != false) hash ^= IsGetAll.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -181,14 +181,14 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
kAHBBLAKBBN_.WriteTo(output, _repeated_kAHBBLAKBBN_codec);
avatarList_.WriteTo(output, _repeated_avatarList_codec);
if (IsGetAll != false) {
output.WriteRawTag(32);
output.WriteRawTag(56);
output.WriteBool(IsGetAll);
}
iMJLAGINNEA_.WriteTo(output, _repeated_iMJLAGINNEA_codec);
avatarList_.WriteTo(output, _repeated_avatarList_codec);
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteRawTag(120);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -201,14 +201,14 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
kAHBBLAKBBN_.WriteTo(ref output, _repeated_kAHBBLAKBBN_codec);
avatarList_.WriteTo(ref output, _repeated_avatarList_codec);
if (IsGetAll != false) {
output.WriteRawTag(32);
output.WriteRawTag(56);
output.WriteBool(IsGetAll);
}
iMJLAGINNEA_.WriteTo(ref output, _repeated_iMJLAGINNEA_codec);
avatarList_.WriteTo(ref output, _repeated_avatarList_codec);
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteRawTag(120);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -221,14 +221,14 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += iMJLAGINNEA_.CalculateSize(_repeated_iMJLAGINNEA_codec);
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
size += kAHBBLAKBBN_.CalculateSize(_repeated_kAHBBLAKBBN_codec);
if (IsGetAll != false) {
size += 1 + 1;
}
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -241,14 +241,14 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
iMJLAGINNEA_.Add(other.iMJLAGINNEA_);
avatarList_.Add(other.avatarList_);
kAHBBLAKBBN_.Add(other.kAHBBLAKBBN_);
if (other.IsGetAll != false) {
IsGetAll = other.IsGetAll;
}
avatarList_.Add(other.avatarList_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -264,20 +264,20 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 32: {
IsGetAll = input.ReadBool();
case 18:
case 16: {
kAHBBLAKBBN_.AddEntriesFrom(input, _repeated_kAHBBLAKBBN_codec);
break;
}
case 50:
case 48: {
iMJLAGINNEA_.AddEntriesFrom(input, _repeated_iMJLAGINNEA_codec);
break;
}
case 106: {
case 42: {
avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec);
break;
}
case 112: {
case 56: {
IsGetAll = input.ReadBool();
break;
}
case 120: {
Retcode = input.ReadUInt32();
break;
}
@@ -296,20 +296,20 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 32: {
IsGetAll = input.ReadBool();
case 18:
case 16: {
kAHBBLAKBBN_.AddEntriesFrom(ref input, _repeated_kAHBBLAKBBN_codec);
break;
}
case 50:
case 48: {
iMJLAGINNEA_.AddEntriesFrom(ref input, _repeated_iMJLAGINNEA_codec);
break;
}
case 106: {
case 42: {
avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec);
break;
}
case 112: {
case 56: {
IsGetAll = input.ReadBool();
break;
}
case 120: {
Retcode = input.ReadUInt32();
break;
}