feat: update to 3.3.51

This commit is contained in:
StopWuyu
2025-05-25 09:26:31 +08:00
parent e002350ad4
commit da29e8868a
2671 changed files with 164669 additions and 126350 deletions

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static MaterialReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Cg5NYXRlcmlhbC5wcm90byI5CghNYXRlcmlhbBITCgtleHBpcmVfdGltZRgP",
"IAEoBBILCgNudW0YCCABKA0SCwoDdGlkGAwgASgNQh6qAhtFZ2dMaW5rLkRh",
"Cg5NYXRlcmlhbC5wcm90byI5CghNYXRlcmlhbBILCgN0aWQYBSABKA0SEwoL",
"ZXhwaXJlX3RpbWUYCiABKAQSCwoDbnVtGAMgASgNQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.Material), global::EggLink.DanhengServer.Proto.Material.Parser, new[]{ "ExpireTime", "Num", "Tid" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.Material), global::EggLink.DanhengServer.Proto.Material.Parser, new[]{ "Tid", "ExpireTime", "Num" }, null, null, null, null)
}));
}
#endregion
@@ -72,9 +72,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public Material(Material other) : this() {
tid_ = other.tid_;
expireTime_ = other.expireTime_;
num_ = other.num_;
tid_ = other.tid_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -84,8 +84,20 @@ namespace EggLink.DanhengServer.Proto {
return new Material(this);
}
/// <summary>Field number for the "tid" field.</summary>
public const int TidFieldNumber = 5;
private uint tid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Tid {
get { return tid_; }
set {
tid_ = value;
}
}
/// <summary>Field number for the "expire_time" field.</summary>
public const int ExpireTimeFieldNumber = 15;
public const int ExpireTimeFieldNumber = 10;
private ulong expireTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -97,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "num" field.</summary>
public const int NumFieldNumber = 8;
public const int NumFieldNumber = 3;
private uint num_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -108,18 +120,6 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "tid" field.</summary>
public const int TidFieldNumber = 12;
private uint tid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Tid {
get { return tid_; }
set {
tid_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
@@ -135,9 +135,9 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (Tid != other.Tid) return false;
if (ExpireTime != other.ExpireTime) return false;
if (Num != other.Num) return false;
if (Tid != other.Tid) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -145,9 +145,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (Tid != 0) hash ^= Tid.GetHashCode();
if (ExpireTime != 0UL) hash ^= ExpireTime.GetHashCode();
if (Num != 0) hash ^= Num.GetHashCode();
if (Tid != 0) hash ^= Tid.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -167,15 +167,15 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (Num != 0) {
output.WriteRawTag(64);
output.WriteRawTag(24);
output.WriteUInt32(Num);
}
if (Tid != 0) {
output.WriteRawTag(96);
output.WriteRawTag(40);
output.WriteUInt32(Tid);
}
if (ExpireTime != 0UL) {
output.WriteRawTag(120);
output.WriteRawTag(80);
output.WriteUInt64(ExpireTime);
}
if (_unknownFields != null) {
@@ -189,15 +189,15 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Num != 0) {
output.WriteRawTag(64);
output.WriteRawTag(24);
output.WriteUInt32(Num);
}
if (Tid != 0) {
output.WriteRawTag(96);
output.WriteRawTag(40);
output.WriteUInt32(Tid);
}
if (ExpireTime != 0UL) {
output.WriteRawTag(120);
output.WriteRawTag(80);
output.WriteUInt64(ExpireTime);
}
if (_unknownFields != null) {
@@ -210,15 +210,15 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (Tid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Tid);
}
if (ExpireTime != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(ExpireTime);
}
if (Num != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Num);
}
if (Tid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Tid);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -231,15 +231,15 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.Tid != 0) {
Tid = other.Tid;
}
if (other.ExpireTime != 0UL) {
ExpireTime = other.ExpireTime;
}
if (other.Num != 0) {
Num = other.Num;
}
if (other.Tid != 0) {
Tid = other.Tid;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -255,15 +255,15 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 64: {
case 24: {
Num = input.ReadUInt32();
break;
}
case 96: {
case 40: {
Tid = input.ReadUInt32();
break;
}
case 120: {
case 80: {
ExpireTime = input.ReadUInt64();
break;
}
@@ -282,15 +282,15 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 64: {
case 24: {
Num = input.ReadUInt32();
break;
}
case 96: {
case 40: {
Tid = input.ReadUInt32();
break;
}
case 120: {
case 80: {
ExpireTime = input.ReadUInt64();
break;
}