feat: update to game 3.2.0

This commit is contained in:
letheriver2007
2025-04-14 19:43:38 +08:00
parent 899053442a
commit bfa2eb5445
2873 changed files with 237238 additions and 115406 deletions

View File

@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtHZXRUdXRvcmlhbEd1aWRlU2NSc3AucHJvdG8aE1R1dG9yaWFsR3VpZGUu",
"cHJvdG8iUwoVR2V0VHV0b3JpYWxHdWlkZVNjUnNwEg8KB1JldGNvZGUYBSAB",
"KA0SKQoRVHV0b3JpYWxHdWlkZUxpc3QYCyADKAsyDi5UdXRvcmlhbEd1aWRl",
"cHJvdG8iUwoVR2V0VHV0b3JpYWxHdWlkZVNjUnNwEikKEVR1dG9yaWFsR3Vp",
"ZGVMaXN0GAsgAygLMg4uVHV0b3JpYWxHdWlkZRIPCgdSZXRjb2RlGAYgASgN",
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialGuideReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetTutorialGuideScRsp), global::EggLink.DanhengServer.Proto.GetTutorialGuideScRsp.Parser, new[]{ "Retcode", "TutorialGuideList" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetTutorialGuideScRsp), global::EggLink.DanhengServer.Proto.GetTutorialGuideScRsp.Parser, new[]{ "TutorialGuideList", "Retcode" }, null, null, null, null)
}));
}
#endregion
@@ -73,8 +73,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetTutorialGuideScRsp(GetTutorialGuideScRsp other) : this() {
retcode_ = other.retcode_;
tutorialGuideList_ = other.tutorialGuideList_.Clone();
retcode_ = other.retcode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -84,18 +84,6 @@ namespace EggLink.DanhengServer.Proto {
return new GetTutorialGuideScRsp(this);
}
/// <summary>Field number for the "Retcode" field.</summary>
public const int RetcodeFieldNumber = 5;
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 "TutorialGuideList" field.</summary>
public const int TutorialGuideListFieldNumber = 11;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.TutorialGuide> _repeated_tutorialGuideList_codec
@@ -107,6 +95,18 @@ namespace EggLink.DanhengServer.Proto {
get { return tutorialGuideList_; }
}
/// <summary>Field number for the "Retcode" field.</summary>
public const int RetcodeFieldNumber = 6;
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(!tutorialGuideList_.Equals(other.tutorialGuideList_)) 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();
hash ^= tutorialGuideList_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
tutorialGuideList_.WriteTo(output, _repeated_tutorialGuideList_codec);
@@ -167,7 +167,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
tutorialGuideList_.WriteTo(ref output, _repeated_tutorialGuideList_codec);
@@ -181,10 +181,10 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
size += tutorialGuideList_.CalculateSize(_repeated_tutorialGuideList_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += tutorialGuideList_.CalculateSize(_repeated_tutorialGuideList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -197,10 +197,10 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
tutorialGuideList_.Add(other.tutorialGuideList_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
tutorialGuideList_.Add(other.tutorialGuideList_);
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 40: {
case 48: {
Retcode = input.ReadUInt32();
break;
}
@@ -239,7 +239,7 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 40: {
case 48: {
Retcode = input.ReadUInt32();
break;
}