feat: update to 2.7.51

This commit is contained in:
StopWuyu
2024-12-07 14:00:38 +08:00
parent 48f3fd4a79
commit a627ecfe96
2454 changed files with 171367 additions and 150524 deletions

View File

@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdHZXRQaG9uZURhdGFTY1JzcC5wcm90byKOAQoRR2V0UGhvbmVEYXRhU2NS",
"c3ASFwoPY3VyX2NoYXRfYnViYmxlGA8gASgNEhoKEm93bmVkX3Bob25lX3Ro",
"ZW1lcxgIIAMoDRIXCg9jdXJfcGhvbmVfdGhlbWUYBiABKA0SDwoHcmV0Y29k",
"ZRgEIAEoDRIaChJvd25lZF9jaGF0X2J1YmJsZXMYASADKA1CHqoCG0VnZ0xp",
"c3ASDwoHcmV0Y29kZRgMIAEoDRIaChJvd25lZF9jaGF0X2J1YmJsZXMYBCAD",
"KA0SFwoPY3VyX3Bob25lX3RoZW1lGAsgASgNEhoKEm93bmVkX3Bob25lX3Ro",
"ZW1lcxgFIAMoDRIXCg9jdXJfY2hhdF9idWJibGUYDiABKA1CHqoCG0VnZ0xp",
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPhoneDataScRsp), global::EggLink.DanhengServer.Proto.GetPhoneDataScRsp.Parser, new[]{ "CurChatBubble", "OwnedPhoneThemes", "CurPhoneTheme", "Retcode", "OwnedChatBubbles" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPhoneDataScRsp), global::EggLink.DanhengServer.Proto.GetPhoneDataScRsp.Parser, new[]{ "Retcode", "OwnedChatBubbles", "CurPhoneTheme", "OwnedPhoneThemes", "CurChatBubble" }, null, null, null, null)
}));
}
#endregion
@@ -74,11 +74,11 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetPhoneDataScRsp(GetPhoneDataScRsp other) : this() {
curChatBubble_ = other.curChatBubble_;
ownedPhoneThemes_ = other.ownedPhoneThemes_.Clone();
curPhoneTheme_ = other.curPhoneTheme_;
retcode_ = other.retcode_;
ownedChatBubbles_ = other.ownedChatBubbles_.Clone();
curPhoneTheme_ = other.curPhoneTheme_;
ownedPhoneThemes_ = other.ownedPhoneThemes_.Clone();
curChatBubble_ = other.curChatBubble_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -88,46 +88,8 @@ namespace EggLink.DanhengServer.Proto {
return new GetPhoneDataScRsp(this);
}
/// <summary>Field number for the "cur_chat_bubble" field.</summary>
public const int CurChatBubbleFieldNumber = 15;
private uint curChatBubble_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurChatBubble {
get { return curChatBubble_; }
set {
curChatBubble_ = value;
}
}
/// <summary>Field number for the "owned_phone_themes" field.</summary>
public const int OwnedPhoneThemesFieldNumber = 8;
private static readonly pb::FieldCodec<uint> _repeated_ownedPhoneThemes_codec
= pb::FieldCodec.ForUInt32(66);
private readonly pbc::RepeatedField<uint> ownedPhoneThemes_ = new pbc::RepeatedField<uint>();
/// <summary>
/// 1
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OwnedPhoneThemes {
get { return ownedPhoneThemes_; }
}
/// <summary>Field number for the "cur_phone_theme" field.</summary>
public const int CurPhoneThemeFieldNumber = 6;
private uint curPhoneTheme_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurPhoneTheme {
get { return curPhoneTheme_; }
set {
curPhoneTheme_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 4;
public const int RetcodeFieldNumber = 12;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -139,19 +101,51 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "owned_chat_bubbles" field.</summary>
public const int OwnedChatBubblesFieldNumber = 1;
public const int OwnedChatBubblesFieldNumber = 4;
private static readonly pb::FieldCodec<uint> _repeated_ownedChatBubbles_codec
= pb::FieldCodec.ForUInt32(10);
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField<uint> ownedChatBubbles_ = new pbc::RepeatedField<uint>();
/// <summary>
/// 8
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OwnedChatBubbles {
get { return ownedChatBubbles_; }
}
/// <summary>Field number for the "cur_phone_theme" field.</summary>
public const int CurPhoneThemeFieldNumber = 11;
private uint curPhoneTheme_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurPhoneTheme {
get { return curPhoneTheme_; }
set {
curPhoneTheme_ = value;
}
}
/// <summary>Field number for the "owned_phone_themes" field.</summary>
public const int OwnedPhoneThemesFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_ownedPhoneThemes_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> ownedPhoneThemes_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OwnedPhoneThemes {
get { return ownedPhoneThemes_; }
}
/// <summary>Field number for the "cur_chat_bubble" field.</summary>
public const int CurChatBubbleFieldNumber = 14;
private uint curChatBubble_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurChatBubble {
get { return curChatBubble_; }
set {
curChatBubble_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
@@ -167,11 +161,11 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (CurChatBubble != other.CurChatBubble) return false;
if(!ownedPhoneThemes_.Equals(other.ownedPhoneThemes_)) return false;
if (CurPhoneTheme != other.CurPhoneTheme) return false;
if (Retcode != other.Retcode) return false;
if(!ownedChatBubbles_.Equals(other.ownedChatBubbles_)) return false;
if (CurPhoneTheme != other.CurPhoneTheme) return false;
if(!ownedPhoneThemes_.Equals(other.ownedPhoneThemes_)) return false;
if (CurChatBubble != other.CurChatBubble) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -179,11 +173,11 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (CurChatBubble != 0) hash ^= CurChatBubble.GetHashCode();
hash ^= ownedPhoneThemes_.GetHashCode();
if (CurPhoneTheme != 0) hash ^= CurPhoneTheme.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= ownedChatBubbles_.GetHashCode();
if (CurPhoneTheme != 0) hash ^= CurPhoneTheme.GetHashCode();
hash ^= ownedPhoneThemes_.GetHashCode();
if (CurChatBubble != 0) hash ^= CurChatBubble.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -203,17 +197,17 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
ownedChatBubbles_.WriteTo(output, _repeated_ownedChatBubbles_codec);
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
ownedPhoneThemes_.WriteTo(output, _repeated_ownedPhoneThemes_codec);
if (CurPhoneTheme != 0) {
output.WriteRawTag(48);
output.WriteRawTag(88);
output.WriteUInt32(CurPhoneTheme);
}
ownedPhoneThemes_.WriteTo(output, _repeated_ownedPhoneThemes_codec);
if (Retcode != 0) {
output.WriteRawTag(96);
output.WriteUInt32(Retcode);
}
if (CurChatBubble != 0) {
output.WriteRawTag(120);
output.WriteRawTag(112);
output.WriteUInt32(CurChatBubble);
}
if (_unknownFields != null) {
@@ -227,17 +221,17 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
ownedChatBubbles_.WriteTo(ref output, _repeated_ownedChatBubbles_codec);
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
ownedPhoneThemes_.WriteTo(ref output, _repeated_ownedPhoneThemes_codec);
if (CurPhoneTheme != 0) {
output.WriteRawTag(48);
output.WriteRawTag(88);
output.WriteUInt32(CurPhoneTheme);
}
ownedPhoneThemes_.WriteTo(ref output, _repeated_ownedPhoneThemes_codec);
if (Retcode != 0) {
output.WriteRawTag(96);
output.WriteUInt32(Retcode);
}
if (CurChatBubble != 0) {
output.WriteRawTag(120);
output.WriteRawTag(112);
output.WriteUInt32(CurChatBubble);
}
if (_unknownFields != null) {
@@ -250,17 +244,17 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (CurChatBubble != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurChatBubble);
}
size += ownedPhoneThemes_.CalculateSize(_repeated_ownedPhoneThemes_codec);
if (CurPhoneTheme != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPhoneTheme);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += ownedChatBubbles_.CalculateSize(_repeated_ownedChatBubbles_codec);
if (CurPhoneTheme != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPhoneTheme);
}
size += ownedPhoneThemes_.CalculateSize(_repeated_ownedPhoneThemes_codec);
if (CurChatBubble != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurChatBubble);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -273,17 +267,17 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.CurChatBubble != 0) {
CurChatBubble = other.CurChatBubble;
}
ownedPhoneThemes_.Add(other.ownedPhoneThemes_);
if (other.CurPhoneTheme != 0) {
CurPhoneTheme = other.CurPhoneTheme;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
ownedChatBubbles_.Add(other.ownedChatBubbles_);
if (other.CurPhoneTheme != 0) {
CurPhoneTheme = other.CurPhoneTheme;
}
ownedPhoneThemes_.Add(other.ownedPhoneThemes_);
if (other.CurChatBubble != 0) {
CurChatBubble = other.CurChatBubble;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -299,25 +293,25 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 10:
case 8: {
case 34:
case 32: {
ownedChatBubbles_.AddEntriesFrom(input, _repeated_ownedChatBubbles_codec);
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 48: {
CurPhoneTheme = input.ReadUInt32();
break;
}
case 66:
case 64: {
case 42:
case 40: {
ownedPhoneThemes_.AddEntriesFrom(input, _repeated_ownedPhoneThemes_codec);
break;
}
case 120: {
case 88: {
CurPhoneTheme = input.ReadUInt32();
break;
}
case 96: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
CurChatBubble = input.ReadUInt32();
break;
}
@@ -336,25 +330,25 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 10:
case 8: {
case 34:
case 32: {
ownedChatBubbles_.AddEntriesFrom(ref input, _repeated_ownedChatBubbles_codec);
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 48: {
CurPhoneTheme = input.ReadUInt32();
break;
}
case 66:
case 64: {
case 42:
case 40: {
ownedPhoneThemes_.AddEntriesFrom(ref input, _repeated_ownedPhoneThemes_codec);
break;
}
case 120: {
case 88: {
CurPhoneTheme = input.ReadUInt32();
break;
}
case 96: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
CurChatBubble = input.ReadUInt32();
break;
}