Files
DanhengServer-OpenSource/Proto/GridFightPendingAugmentInfo.cs
2025-11-01 18:00:30 +08:00

311 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GridFightPendingAugmentInfo.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 GridFightPendingAugmentInfo.proto</summary>
public static partial class GridFightPendingAugmentInfoReflection {
#region Descriptor
/// <summary>File descriptor for GridFightPendingAugmentInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GridFightPendingAugmentInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiFHcmlkRmlnaHRQZW5kaW5nQXVnbWVudEluZm8ucHJvdG8idQobR3JpZEZp",
"Z2h0UGVuZGluZ0F1Z21lbnRJbmZvEiAKGGF1Z21lbnRfY3VyX3Jlcm9sbF9j",
"b3VudBgEIAEoDRISCgphdWdtZW50X2lkGAUgASgNEiAKGGF1Z21lbnRfbWF4",
"X3Jlcm9sbF9jb3VudBgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightPendingAugmentInfo), global::EggLink.DanhengServer.Proto.GridFightPendingAugmentInfo.Parser, new[]{ "AugmentCurRerollCount", "AugmentId", "AugmentMaxRerollCount" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GridFightPendingAugmentInfo : pb::IMessage<GridFightPendingAugmentInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GridFightPendingAugmentInfo> _parser = new pb::MessageParser<GridFightPendingAugmentInfo>(() => new GridFightPendingAugmentInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GridFightPendingAugmentInfo> 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.GridFightPendingAugmentInfoReflection.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 GridFightPendingAugmentInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightPendingAugmentInfo(GridFightPendingAugmentInfo other) : this() {
augmentCurRerollCount_ = other.augmentCurRerollCount_;
augmentId_ = other.augmentId_;
augmentMaxRerollCount_ = other.augmentMaxRerollCount_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightPendingAugmentInfo Clone() {
return new GridFightPendingAugmentInfo(this);
}
/// <summary>Field number for the "augment_cur_reroll_count" field.</summary>
public const int AugmentCurRerollCountFieldNumber = 4;
private uint augmentCurRerollCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AugmentCurRerollCount {
get { return augmentCurRerollCount_; }
set {
augmentCurRerollCount_ = value;
}
}
/// <summary>Field number for the "augment_id" field.</summary>
public const int AugmentIdFieldNumber = 5;
private uint augmentId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AugmentId {
get { return augmentId_; }
set {
augmentId_ = value;
}
}
/// <summary>Field number for the "augment_max_reroll_count" field.</summary>
public const int AugmentMaxRerollCountFieldNumber = 12;
private uint augmentMaxRerollCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AugmentMaxRerollCount {
get { return augmentMaxRerollCount_; }
set {
augmentMaxRerollCount_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GridFightPendingAugmentInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GridFightPendingAugmentInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (AugmentCurRerollCount != other.AugmentCurRerollCount) return false;
if (AugmentId != other.AugmentId) return false;
if (AugmentMaxRerollCount != other.AugmentMaxRerollCount) 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 (AugmentCurRerollCount != 0) hash ^= AugmentCurRerollCount.GetHashCode();
if (AugmentId != 0) hash ^= AugmentId.GetHashCode();
if (AugmentMaxRerollCount != 0) hash ^= AugmentMaxRerollCount.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 (AugmentCurRerollCount != 0) {
output.WriteRawTag(32);
output.WriteUInt32(AugmentCurRerollCount);
}
if (AugmentId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(AugmentId);
}
if (AugmentMaxRerollCount != 0) {
output.WriteRawTag(96);
output.WriteUInt32(AugmentMaxRerollCount);
}
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 (AugmentCurRerollCount != 0) {
output.WriteRawTag(32);
output.WriteUInt32(AugmentCurRerollCount);
}
if (AugmentId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(AugmentId);
}
if (AugmentMaxRerollCount != 0) {
output.WriteRawTag(96);
output.WriteUInt32(AugmentMaxRerollCount);
}
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 (AugmentCurRerollCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AugmentCurRerollCount);
}
if (AugmentId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AugmentId);
}
if (AugmentMaxRerollCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AugmentMaxRerollCount);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GridFightPendingAugmentInfo other) {
if (other == null) {
return;
}
if (other.AugmentCurRerollCount != 0) {
AugmentCurRerollCount = other.AugmentCurRerollCount;
}
if (other.AugmentId != 0) {
AugmentId = other.AugmentId;
}
if (other.AugmentMaxRerollCount != 0) {
AugmentMaxRerollCount = other.AugmentMaxRerollCount;
}
_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 32: {
AugmentCurRerollCount = input.ReadUInt32();
break;
}
case 40: {
AugmentId = input.ReadUInt32();
break;
}
case 96: {
AugmentMaxRerollCount = input.ReadUInt32();
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 32: {
AugmentCurRerollCount = input.ReadUInt32();
break;
}
case 40: {
AugmentId = input.ReadUInt32();
break;
}
case 96: {
AugmentMaxRerollCount = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code