Files
DanhengServer-OpenSource/Proto/GridFightGameValueInfo.cs
2025-12-14 11:26:01 +08:00

437 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GridFightGameValueInfo.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from GridFightGameValueInfo.proto</summary>
public static partial class GridFightGameValueInfoReflection {
#region Descriptor
/// <summary>File descriptor for GridFightGameValueInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GridFightGameValueInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxHcmlkRmlnaHRHYW1lVmFsdWVJbmZvLnByb3RvGhlHcmlkRmlnaHRBdmF0",
"YXJJbmZvLnByb3RvGh1HcmlkRmlnaHRQb3J0YWxCdWZmSW5mby5wcm90bxoX",
"R3JpZEZpZ2h0Q2FtcEluZm8ucHJvdG8aF0dyaWRGaWdodEl0ZW1JbmZvLnBy",
"b3RvGhpHcmlkRmlnaHRBdWdtZW50SW5mby5wcm90byKpAgoWR3JpZEZpZ2h0",
"R2FtZVZhbHVlSW5mbxI0ChZncmlkX2ZpZ2h0X2F2YXRhcl9pbmZvGAsgASgL",
"MhQuR3JpZEZpZ2h0QXZhdGFySW5mbxIwChRncmlkX2ZpZ2h0X2l0ZW1faW5m",
"bxgDIAEoCzISLkdyaWRGaWdodEl0ZW1JbmZvEjYKF2dyaWRfZmlnaHRfYXVn",
"bWVudF9pbmZvGAYgASgLMhUuR3JpZEZpZ2h0QXVnbWVudEluZm8SMAoUZ3Jp",
"ZF9maWdodF9jYW1wX2luZm8YBCABKAsyEi5HcmlkRmlnaHRDYW1wSW5mbxI9",
"ChtncmlkX2ZpZ2h0X3BvcnRhbF9idWZmX2luZm8YDSABKAsyGC5HcmlkRmln",
"aHRQb3J0YWxCdWZmSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GridFightAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightPortalBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightCampInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightItemInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightAugmentInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightGameValueInfo), global::EggLink.DanhengServer.Proto.GridFightGameValueInfo.Parser, new[]{ "GridFightAvatarInfo", "GridFightItemInfo", "GridFightAugmentInfo", "GridFightCampInfo", "GridFightPortalBuffInfo" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GridFightGameValueInfo : pb::IMessage<GridFightGameValueInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GridFightGameValueInfo> _parser = new pb::MessageParser<GridFightGameValueInfo>(() => new GridFightGameValueInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GridFightGameValueInfo> Parser { get { return _parser; } }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
get { return global::EggLink.DanhengServer.Proto.GridFightGameValueInfoReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightGameValueInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightGameValueInfo(GridFightGameValueInfo other) : this() {
gridFightAvatarInfo_ = other.gridFightAvatarInfo_ != null ? other.gridFightAvatarInfo_.Clone() : null;
gridFightItemInfo_ = other.gridFightItemInfo_ != null ? other.gridFightItemInfo_.Clone() : null;
gridFightAugmentInfo_ = other.gridFightAugmentInfo_ != null ? other.gridFightAugmentInfo_.Clone() : null;
gridFightCampInfo_ = other.gridFightCampInfo_ != null ? other.gridFightCampInfo_.Clone() : null;
gridFightPortalBuffInfo_ = other.gridFightPortalBuffInfo_ != null ? other.gridFightPortalBuffInfo_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightGameValueInfo Clone() {
return new GridFightGameValueInfo(this);
}
/// <summary>Field number for the "grid_fight_avatar_info" field.</summary>
public const int GridFightAvatarInfoFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.GridFightAvatarInfo gridFightAvatarInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightAvatarInfo GridFightAvatarInfo {
get { return gridFightAvatarInfo_; }
set {
gridFightAvatarInfo_ = value;
}
}
/// <summary>Field number for the "grid_fight_item_info" field.</summary>
public const int GridFightItemInfoFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.GridFightItemInfo gridFightItemInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightItemInfo GridFightItemInfo {
get { return gridFightItemInfo_; }
set {
gridFightItemInfo_ = value;
}
}
/// <summary>Field number for the "grid_fight_augment_info" field.</summary>
public const int GridFightAugmentInfoFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.GridFightAugmentInfo gridFightAugmentInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightAugmentInfo GridFightAugmentInfo {
get { return gridFightAugmentInfo_; }
set {
gridFightAugmentInfo_ = value;
}
}
/// <summary>Field number for the "grid_fight_camp_info" field.</summary>
public const int GridFightCampInfoFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.GridFightCampInfo gridFightCampInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightCampInfo GridFightCampInfo {
get { return gridFightCampInfo_; }
set {
gridFightCampInfo_ = value;
}
}
/// <summary>Field number for the "grid_fight_portal_buff_info" field.</summary>
public const int GridFightPortalBuffInfoFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.GridFightPortalBuffInfo gridFightPortalBuffInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightPortalBuffInfo GridFightPortalBuffInfo {
get { return gridFightPortalBuffInfo_; }
set {
gridFightPortalBuffInfo_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GridFightGameValueInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GridFightGameValueInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(GridFightAvatarInfo, other.GridFightAvatarInfo)) return false;
if (!object.Equals(GridFightItemInfo, other.GridFightItemInfo)) return false;
if (!object.Equals(GridFightAugmentInfo, other.GridFightAugmentInfo)) return false;
if (!object.Equals(GridFightCampInfo, other.GridFightCampInfo)) return false;
if (!object.Equals(GridFightPortalBuffInfo, other.GridFightPortalBuffInfo)) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (gridFightAvatarInfo_ != null) hash ^= GridFightAvatarInfo.GetHashCode();
if (gridFightItemInfo_ != null) hash ^= GridFightItemInfo.GetHashCode();
if (gridFightAugmentInfo_ != null) hash ^= GridFightAugmentInfo.GetHashCode();
if (gridFightCampInfo_ != null) hash ^= GridFightCampInfo.GetHashCode();
if (gridFightPortalBuffInfo_ != null) hash ^= GridFightPortalBuffInfo.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (gridFightItemInfo_ != null) {
output.WriteRawTag(26);
output.WriteMessage(GridFightItemInfo);
}
if (gridFightCampInfo_ != null) {
output.WriteRawTag(34);
output.WriteMessage(GridFightCampInfo);
}
if (gridFightAugmentInfo_ != null) {
output.WriteRawTag(50);
output.WriteMessage(GridFightAugmentInfo);
}
if (gridFightAvatarInfo_ != null) {
output.WriteRawTag(90);
output.WriteMessage(GridFightAvatarInfo);
}
if (gridFightPortalBuffInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(GridFightPortalBuffInfo);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (gridFightItemInfo_ != null) {
output.WriteRawTag(26);
output.WriteMessage(GridFightItemInfo);
}
if (gridFightCampInfo_ != null) {
output.WriteRawTag(34);
output.WriteMessage(GridFightCampInfo);
}
if (gridFightAugmentInfo_ != null) {
output.WriteRawTag(50);
output.WriteMessage(GridFightAugmentInfo);
}
if (gridFightAvatarInfo_ != null) {
output.WriteRawTag(90);
output.WriteMessage(GridFightAvatarInfo);
}
if (gridFightPortalBuffInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(GridFightPortalBuffInfo);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (gridFightAvatarInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightAvatarInfo);
}
if (gridFightItemInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightItemInfo);
}
if (gridFightAugmentInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightAugmentInfo);
}
if (gridFightCampInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightCampInfo);
}
if (gridFightPortalBuffInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightPortalBuffInfo);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GridFightGameValueInfo other) {
if (other == null) {
return;
}
if (other.gridFightAvatarInfo_ != null) {
if (gridFightAvatarInfo_ == null) {
GridFightAvatarInfo = new global::EggLink.DanhengServer.Proto.GridFightAvatarInfo();
}
GridFightAvatarInfo.MergeFrom(other.GridFightAvatarInfo);
}
if (other.gridFightItemInfo_ != null) {
if (gridFightItemInfo_ == null) {
GridFightItemInfo = new global::EggLink.DanhengServer.Proto.GridFightItemInfo();
}
GridFightItemInfo.MergeFrom(other.GridFightItemInfo);
}
if (other.gridFightAugmentInfo_ != null) {
if (gridFightAugmentInfo_ == null) {
GridFightAugmentInfo = new global::EggLink.DanhengServer.Proto.GridFightAugmentInfo();
}
GridFightAugmentInfo.MergeFrom(other.GridFightAugmentInfo);
}
if (other.gridFightCampInfo_ != null) {
if (gridFightCampInfo_ == null) {
GridFightCampInfo = new global::EggLink.DanhengServer.Proto.GridFightCampInfo();
}
GridFightCampInfo.MergeFrom(other.GridFightCampInfo);
}
if (other.gridFightPortalBuffInfo_ != null) {
if (gridFightPortalBuffInfo_ == null) {
GridFightPortalBuffInfo = new global::EggLink.DanhengServer.Proto.GridFightPortalBuffInfo();
}
GridFightPortalBuffInfo.MergeFrom(other.GridFightPortalBuffInfo);
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 26: {
if (gridFightItemInfo_ == null) {
GridFightItemInfo = new global::EggLink.DanhengServer.Proto.GridFightItemInfo();
}
input.ReadMessage(GridFightItemInfo);
break;
}
case 34: {
if (gridFightCampInfo_ == null) {
GridFightCampInfo = new global::EggLink.DanhengServer.Proto.GridFightCampInfo();
}
input.ReadMessage(GridFightCampInfo);
break;
}
case 50: {
if (gridFightAugmentInfo_ == null) {
GridFightAugmentInfo = new global::EggLink.DanhengServer.Proto.GridFightAugmentInfo();
}
input.ReadMessage(GridFightAugmentInfo);
break;
}
case 90: {
if (gridFightAvatarInfo_ == null) {
GridFightAvatarInfo = new global::EggLink.DanhengServer.Proto.GridFightAvatarInfo();
}
input.ReadMessage(GridFightAvatarInfo);
break;
}
case 106: {
if (gridFightPortalBuffInfo_ == null) {
GridFightPortalBuffInfo = new global::EggLink.DanhengServer.Proto.GridFightPortalBuffInfo();
}
input.ReadMessage(GridFightPortalBuffInfo);
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 26: {
if (gridFightItemInfo_ == null) {
GridFightItemInfo = new global::EggLink.DanhengServer.Proto.GridFightItemInfo();
}
input.ReadMessage(GridFightItemInfo);
break;
}
case 34: {
if (gridFightCampInfo_ == null) {
GridFightCampInfo = new global::EggLink.DanhengServer.Proto.GridFightCampInfo();
}
input.ReadMessage(GridFightCampInfo);
break;
}
case 50: {
if (gridFightAugmentInfo_ == null) {
GridFightAugmentInfo = new global::EggLink.DanhengServer.Proto.GridFightAugmentInfo();
}
input.ReadMessage(GridFightAugmentInfo);
break;
}
case 90: {
if (gridFightAvatarInfo_ == null) {
GridFightAvatarInfo = new global::EggLink.DanhengServer.Proto.GridFightAvatarInfo();
}
input.ReadMessage(GridFightAvatarInfo);
break;
}
case 106: {
if (gridFightPortalBuffInfo_ == null) {
GridFightPortalBuffInfo = new global::EggLink.DanhengServer.Proto.GridFightPortalBuffInfo();
}
input.ReadMessage(GridFightPortalBuffInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code