//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: WolfBroGameData.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 WolfBroGameData.proto
public static partial class WolfBroGameDataReflection {
#region Descriptor
/// File descriptor for WolfBroGameData.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static WolfBroGameDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVXb2xmQnJvR2FtZURhdGEucHJvdG8aDFZlY3Rvci5wcm90bxoVV29sZkJy",
"b0dhbWVJbmZvLnByb3RvIpoBCg9Xb2xmQnJvR2FtZURhdGESDAoEdXVpZBgO",
"IAEoCRITCgtCRE5GTElDTkZIThgCIAEoCBITCgtMS0pNTElEQU9ETRgFIAEo",
"DRIcCgtPUENMRE5MTE5GSBgHIAMoCzIHLlZlY3RvchIKCgJpZBgJIAEoDRIl",
"CgtIRUZKRUpIT0pFQRgEIAEoCzIQLldvbGZCcm9HYW1lSW5mb0IeqgIbRWdn",
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.VectorReflection.Descriptor, global::EggLink.DanhengServer.Proto.WolfBroGameInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WolfBroGameData), global::EggLink.DanhengServer.Proto.WolfBroGameData.Parser, new[]{ "Uuid", "BDNFLICNFHN", "LKJMLIDAODM", "OPCLDNLLNFH", "Id", "HEFJEJHOJEA" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class WolfBroGameData : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new WolfBroGameData());
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.WolfBroGameDataReflection.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 WolfBroGameData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public WolfBroGameData(WolfBroGameData other) : this() {
uuid_ = other.uuid_;
bDNFLICNFHN_ = other.bDNFLICNFHN_;
lKJMLIDAODM_ = other.lKJMLIDAODM_;
oPCLDNLLNFH_ = other.oPCLDNLLNFH_.Clone();
id_ = other.id_;
hEFJEJHOJEA_ = other.hEFJEJHOJEA_ != null ? other.hEFJEJHOJEA_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public WolfBroGameData Clone() {
return new WolfBroGameData(this);
}
/// Field number for the "uuid" field.
public const int UuidFieldNumber = 14;
private string uuid_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string Uuid {
get { return uuid_; }
set {
uuid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// Field number for the "BDNFLICNFHN" field.
public const int BDNFLICNFHNFieldNumber = 2;
private bool bDNFLICNFHN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BDNFLICNFHN {
get { return bDNFLICNFHN_; }
set {
bDNFLICNFHN_ = value;
}
}
/// Field number for the "LKJMLIDAODM" field.
public const int LKJMLIDAODMFieldNumber = 5;
private uint lKJMLIDAODM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LKJMLIDAODM {
get { return lKJMLIDAODM_; }
set {
lKJMLIDAODM_ = value;
}
}
/// Field number for the "OPCLDNLLNFH" field.
public const int OPCLDNLLNFHFieldNumber = 7;
private static readonly pb::FieldCodec _repeated_oPCLDNLLNFH_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.Vector.Parser);
private readonly pbc::RepeatedField oPCLDNLLNFH_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField OPCLDNLLNFH {
get { return oPCLDNLLNFH_; }
}
/// Field number for the "id" field.
public const int IdFieldNumber = 9;
private uint id_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Id {
get { return id_; }
set {
id_ = value;
}
}
/// Field number for the "HEFJEJHOJEA" field.
public const int HEFJEJHOJEAFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.WolfBroGameInfo hEFJEJHOJEA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.WolfBroGameInfo HEFJEJHOJEA {
get { return hEFJEJHOJEA_; }
set {
hEFJEJHOJEA_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as WolfBroGameData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(WolfBroGameData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Uuid != other.Uuid) return false;
if (BDNFLICNFHN != other.BDNFLICNFHN) return false;
if (LKJMLIDAODM != other.LKJMLIDAODM) return false;
if(!oPCLDNLLNFH_.Equals(other.oPCLDNLLNFH_)) return false;
if (Id != other.Id) return false;
if (!object.Equals(HEFJEJHOJEA, other.HEFJEJHOJEA)) 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 (Uuid.Length != 0) hash ^= Uuid.GetHashCode();
if (BDNFLICNFHN != false) hash ^= BDNFLICNFHN.GetHashCode();
if (LKJMLIDAODM != 0) hash ^= LKJMLIDAODM.GetHashCode();
hash ^= oPCLDNLLNFH_.GetHashCode();
if (Id != 0) hash ^= Id.GetHashCode();
if (hEFJEJHOJEA_ != null) hash ^= HEFJEJHOJEA.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 (BDNFLICNFHN != false) {
output.WriteRawTag(16);
output.WriteBool(BDNFLICNFHN);
}
if (hEFJEJHOJEA_ != null) {
output.WriteRawTag(34);
output.WriteMessage(HEFJEJHOJEA);
}
if (LKJMLIDAODM != 0) {
output.WriteRawTag(40);
output.WriteUInt32(LKJMLIDAODM);
}
oPCLDNLLNFH_.WriteTo(output, _repeated_oPCLDNLLNFH_codec);
if (Id != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Id);
}
if (Uuid.Length != 0) {
output.WriteRawTag(114);
output.WriteString(Uuid);
}
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 (BDNFLICNFHN != false) {
output.WriteRawTag(16);
output.WriteBool(BDNFLICNFHN);
}
if (hEFJEJHOJEA_ != null) {
output.WriteRawTag(34);
output.WriteMessage(HEFJEJHOJEA);
}
if (LKJMLIDAODM != 0) {
output.WriteRawTag(40);
output.WriteUInt32(LKJMLIDAODM);
}
oPCLDNLLNFH_.WriteTo(ref output, _repeated_oPCLDNLLNFH_codec);
if (Id != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Id);
}
if (Uuid.Length != 0) {
output.WriteRawTag(114);
output.WriteString(Uuid);
}
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 (Uuid.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Uuid);
}
if (BDNFLICNFHN != false) {
size += 1 + 1;
}
if (LKJMLIDAODM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LKJMLIDAODM);
}
size += oPCLDNLLNFH_.CalculateSize(_repeated_oPCLDNLLNFH_codec);
if (Id != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
}
if (hEFJEJHOJEA_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HEFJEJHOJEA);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(WolfBroGameData other) {
if (other == null) {
return;
}
if (other.Uuid.Length != 0) {
Uuid = other.Uuid;
}
if (other.BDNFLICNFHN != false) {
BDNFLICNFHN = other.BDNFLICNFHN;
}
if (other.LKJMLIDAODM != 0) {
LKJMLIDAODM = other.LKJMLIDAODM;
}
oPCLDNLLNFH_.Add(other.oPCLDNLLNFH_);
if (other.Id != 0) {
Id = other.Id;
}
if (other.hEFJEJHOJEA_ != null) {
if (hEFJEJHOJEA_ == null) {
HEFJEJHOJEA = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
}
HEFJEJHOJEA.MergeFrom(other.HEFJEJHOJEA);
}
_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 16: {
BDNFLICNFHN = input.ReadBool();
break;
}
case 34: {
if (hEFJEJHOJEA_ == null) {
HEFJEJHOJEA = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
}
input.ReadMessage(HEFJEJHOJEA);
break;
}
case 40: {
LKJMLIDAODM = input.ReadUInt32();
break;
}
case 58: {
oPCLDNLLNFH_.AddEntriesFrom(input, _repeated_oPCLDNLLNFH_codec);
break;
}
case 72: {
Id = input.ReadUInt32();
break;
}
case 114: {
Uuid = input.ReadString();
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 16: {
BDNFLICNFHN = input.ReadBool();
break;
}
case 34: {
if (hEFJEJHOJEA_ == null) {
HEFJEJHOJEA = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
}
input.ReadMessage(HEFJEJHOJEA);
break;
}
case 40: {
LKJMLIDAODM = input.ReadUInt32();
break;
}
case 58: {
oPCLDNLLNFH_.AddEntriesFrom(ref input, _repeated_oPCLDNLLNFH_codec);
break;
}
case 72: {
Id = input.ReadUInt32();
break;
}
case 114: {
Uuid = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code