//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: QuitLineupCsReq.proto
//
#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 {
/// Holder for reflection information generated from QuitLineupCsReq.proto
public static partial class QuitLineupCsReqReflection {
#region Descriptor
/// File descriptor for QuitLineupCsReq.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static QuitLineupCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVRdWl0TGluZXVwQ3NSZXEucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aFUV4",
"dHJhTGluZXVwVHlwZS5wcm90byKtAQoPUXVpdExpbmV1cENzUmVxEhIKCmlz",
"X3ZpcnR1YWwYASABKAgSDQoFaW5kZXgYDyABKA0SEAoIcGxhbmVfaWQYDSAB",
"KA0SFgoOYmFzZV9hdmF0YXJfaWQYCyABKA0SIAoLYXZhdGFyX3R5cGUYAyAB",
"KA4yCy5BdmF0YXJUeXBlEisKEWV4dHJhX2xpbmV1cF90eXBlGAUgASgOMhAu",
"RXh0cmFMaW5ldXBUeXBlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.QuitLineupCsReq), global::EggLink.DanhengServer.Proto.QuitLineupCsReq.Parser, new[]{ "IsVirtual", "Index", "PlaneId", "BaseAvatarId", "AvatarType", "ExtraLineupType" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class QuitLineupCsReq : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new QuitLineupCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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.QuitLineupCsReqReflection.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 QuitLineupCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public QuitLineupCsReq(QuitLineupCsReq other) : this() {
isVirtual_ = other.isVirtual_;
index_ = other.index_;
planeId_ = other.planeId_;
baseAvatarId_ = other.baseAvatarId_;
avatarType_ = other.avatarType_;
extraLineupType_ = other.extraLineupType_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public QuitLineupCsReq Clone() {
return new QuitLineupCsReq(this);
}
/// Field number for the "is_virtual" field.
public const int IsVirtualFieldNumber = 1;
private bool isVirtual_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsVirtual {
get { return isVirtual_; }
set {
isVirtual_ = value;
}
}
/// Field number for the "index" field.
public const int IndexFieldNumber = 15;
private uint index_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Index {
get { return index_; }
set {
index_ = value;
}
}
/// Field number for the "plane_id" field.
public const int PlaneIdFieldNumber = 13;
private uint planeId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PlaneId {
get { return planeId_; }
set {
planeId_ = value;
}
}
/// Field number for the "base_avatar_id" field.
public const int BaseAvatarIdFieldNumber = 11;
private uint baseAvatarId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BaseAvatarId {
get { return baseAvatarId_; }
set {
baseAvatarId_ = value;
}
}
/// Field number for the "avatar_type" field.
public const int AvatarTypeFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.AvatarType avatarType_ = global::EggLink.DanhengServer.Proto.AvatarType.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.AvatarType AvatarType {
get { return avatarType_; }
set {
avatarType_ = value;
}
}
/// Field number for the "extra_lineup_type" field.
public const int ExtraLineupTypeFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.ExtraLineupType extraLineupType_ = global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ExtraLineupType ExtraLineupType {
get { return extraLineupType_; }
set {
extraLineupType_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as QuitLineupCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(QuitLineupCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (IsVirtual != other.IsVirtual) return false;
if (Index != other.Index) return false;
if (PlaneId != other.PlaneId) return false;
if (BaseAvatarId != other.BaseAvatarId) return false;
if (AvatarType != other.AvatarType) return false;
if (ExtraLineupType != other.ExtraLineupType) 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 (IsVirtual != false) hash ^= IsVirtual.GetHashCode();
if (Index != 0) hash ^= Index.GetHashCode();
if (PlaneId != 0) hash ^= PlaneId.GetHashCode();
if (BaseAvatarId != 0) hash ^= BaseAvatarId.GetHashCode();
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) hash ^= AvatarType.GetHashCode();
if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) hash ^= ExtraLineupType.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 (IsVirtual != false) {
output.WriteRawTag(8);
output.WriteBool(IsVirtual);
}
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
output.WriteRawTag(24);
output.WriteEnum((int) AvatarType);
}
if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) {
output.WriteRawTag(40);
output.WriteEnum((int) ExtraLineupType);
}
if (BaseAvatarId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BaseAvatarId);
}
if (PlaneId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(PlaneId);
}
if (Index != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Index);
}
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 (IsVirtual != false) {
output.WriteRawTag(8);
output.WriteBool(IsVirtual);
}
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
output.WriteRawTag(24);
output.WriteEnum((int) AvatarType);
}
if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) {
output.WriteRawTag(40);
output.WriteEnum((int) ExtraLineupType);
}
if (BaseAvatarId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BaseAvatarId);
}
if (PlaneId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(PlaneId);
}
if (Index != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Index);
}
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 (IsVirtual != false) {
size += 1 + 1;
}
if (Index != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Index);
}
if (PlaneId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PlaneId);
}
if (BaseAvatarId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BaseAvatarId);
}
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AvatarType);
}
if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ExtraLineupType);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(QuitLineupCsReq other) {
if (other == null) {
return;
}
if (other.IsVirtual != false) {
IsVirtual = other.IsVirtual;
}
if (other.Index != 0) {
Index = other.Index;
}
if (other.PlaneId != 0) {
PlaneId = other.PlaneId;
}
if (other.BaseAvatarId != 0) {
BaseAvatarId = other.BaseAvatarId;
}
if (other.AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
AvatarType = other.AvatarType;
}
if (other.ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) {
ExtraLineupType = other.ExtraLineupType;
}
_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 8: {
IsVirtual = input.ReadBool();
break;
}
case 24: {
AvatarType = (global::EggLink.DanhengServer.Proto.AvatarType) input.ReadEnum();
break;
}
case 40: {
ExtraLineupType = (global::EggLink.DanhengServer.Proto.ExtraLineupType) input.ReadEnum();
break;
}
case 88: {
BaseAvatarId = input.ReadUInt32();
break;
}
case 104: {
PlaneId = input.ReadUInt32();
break;
}
case 120: {
Index = 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 8: {
IsVirtual = input.ReadBool();
break;
}
case 24: {
AvatarType = (global::EggLink.DanhengServer.Proto.AvatarType) input.ReadEnum();
break;
}
case 40: {
ExtraLineupType = (global::EggLink.DanhengServer.Proto.ExtraLineupType) input.ReadEnum();
break;
}
case 88: {
BaseAvatarId = input.ReadUInt32();
break;
}
case 104: {
PlaneId = input.ReadUInt32();
break;
}
case 120: {
Index = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code