feat: update to game 3.0.51

This commit is contained in:
StopWuyu
2025-01-15 23:20:16 +08:00
parent 8a1cfd8918
commit 239c12b725
2523 changed files with 174456 additions and 164362 deletions

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static SyncTaskScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNTeW5jVGFza1NjUnNwLnByb3RvIi0KDVN5bmNUYXNrU2NSc3ASDwoHcmV0",
"Y29kZRgIIAEoDRILCgNrZXkYBiABKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"ChNTeW5jVGFza1NjUnNwLnByb3RvIi0KDVN5bmNUYXNrU2NSc3ASCwoDa2V5",
"GAQgASgJEg8KB3JldGNvZGUYDSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncTaskScRsp), global::EggLink.DanhengServer.Proto.SyncTaskScRsp.Parser, new[]{ "Retcode", "Key" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncTaskScRsp), global::EggLink.DanhengServer.Proto.SyncTaskScRsp.Parser, new[]{ "Key", "Retcode" }, null, null, null, null)
}));
}
#endregion
@@ -72,8 +72,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SyncTaskScRsp(SyncTaskScRsp other) : this() {
retcode_ = other.retcode_;
key_ = other.key_;
retcode_ = other.retcode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -83,20 +83,8 @@ namespace EggLink.DanhengServer.Proto {
return new SyncTaskScRsp(this);
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 8;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "key" field.</summary>
public const int KeyFieldNumber = 6;
public const int KeyFieldNumber = 4;
private string key_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -107,6 +95,18 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 13;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
@@ -122,8 +122,8 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if (Key != other.Key) return false;
if (Retcode != other.Retcode) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -131,8 +131,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (Key.Length != 0) hash ^= Key.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -152,11 +152,11 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (Key.Length != 0) {
output.WriteRawTag(50);
output.WriteRawTag(34);
output.WriteString(Key);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -170,11 +170,11 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Key.Length != 0) {
output.WriteRawTag(50);
output.WriteRawTag(34);
output.WriteString(Key);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -187,12 +187,12 @@ 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);
}
if (Key.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Key);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -205,12 +205,12 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.Key.Length != 0) {
Key = other.Key;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -226,11 +226,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 50: {
case 34: {
Key = input.ReadString();
break;
}
case 64: {
case 104: {
Retcode = input.ReadUInt32();
break;
}
@@ -249,11 +249,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 50: {
case 34: {
Key = input.ReadString();
break;
}
case 64: {
case 104: {
Retcode = input.ReadUInt32();
break;
}