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,12 +25,12 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZHZXRTYXZlUmFpZENzUmVxLnByb3RvIjgKEEdldFNhdmVSYWlkQ3NSZXES",
"EwoLd29ybGRfbGV2ZWwYDCABKA0SDwoHcmFpZF9pZBgFIAEoDUIeqgIbRWdn",
"DwoHcmFpZF9pZBgEIAEoDRITCgt3b3JsZF9sZXZlbBgDIAEoDUIeqgIbRWdn",
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetSaveRaidCsReq), global::EggLink.DanhengServer.Proto.GetSaveRaidCsReq.Parser, new[]{ "WorldLevel", "RaidId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetSaveRaidCsReq), global::EggLink.DanhengServer.Proto.GetSaveRaidCsReq.Parser, new[]{ "RaidId", "WorldLevel" }, 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 GetSaveRaidCsReq(GetSaveRaidCsReq other) : this() {
worldLevel_ = other.worldLevel_;
raidId_ = other.raidId_;
worldLevel_ = other.worldLevel_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -83,20 +83,8 @@ namespace EggLink.DanhengServer.Proto {
return new GetSaveRaidCsReq(this);
}
/// <summary>Field number for the "world_level" field.</summary>
public const int WorldLevelFieldNumber = 12;
private uint worldLevel_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint WorldLevel {
get { return worldLevel_; }
set {
worldLevel_ = value;
}
}
/// <summary>Field number for the "raid_id" field.</summary>
public const int RaidIdFieldNumber = 5;
public const int RaidIdFieldNumber = 4;
private uint raidId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -107,6 +95,18 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "world_level" field.</summary>
public const int WorldLevelFieldNumber = 3;
private uint worldLevel_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint WorldLevel {
get { return worldLevel_; }
set {
worldLevel_ = 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 (WorldLevel != other.WorldLevel) return false;
if (RaidId != other.RaidId) return false;
if (WorldLevel != other.WorldLevel) 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 (WorldLevel != 0) hash ^= WorldLevel.GetHashCode();
if (RaidId != 0) hash ^= RaidId.GetHashCode();
if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -151,14 +151,14 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (RaidId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(RaidId);
}
if (WorldLevel != 0) {
output.WriteRawTag(96);
output.WriteRawTag(24);
output.WriteUInt32(WorldLevel);
}
if (RaidId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(RaidId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
@@ -169,14 +169,14 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (RaidId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(RaidId);
}
if (WorldLevel != 0) {
output.WriteRawTag(96);
output.WriteRawTag(24);
output.WriteUInt32(WorldLevel);
}
if (RaidId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(RaidId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
@@ -187,12 +187,12 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (WorldLevel != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel);
}
if (RaidId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RaidId);
}
if (WorldLevel != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
@@ -205,12 +205,12 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.WorldLevel != 0) {
WorldLevel = other.WorldLevel;
}
if (other.RaidId != 0) {
RaidId = other.RaidId;
}
if (other.WorldLevel != 0) {
WorldLevel = other.WorldLevel;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -226,12 +226,12 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 40: {
RaidId = input.ReadUInt32();
case 24: {
WorldLevel = input.ReadUInt32();
break;
}
case 96: {
WorldLevel = input.ReadUInt32();
case 32: {
RaidId = input.ReadUInt32();
break;
}
}
@@ -249,12 +249,12 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 40: {
RaidId = input.ReadUInt32();
case 24: {
WorldLevel = input.ReadUInt32();
break;
}
case 96: {
WorldLevel = input.ReadUInt32();
case 32: {
RaidId = input.ReadUInt32();
break;
}
}