mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
320 lines
11 KiB
C#
320 lines
11 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MakeMissionDrinkCsReq.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 MakeMissionDrinkCsReq.proto</summary>
|
|
public static partial class MakeMissionDrinkCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MakeMissionDrinkCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MakeMissionDrinkCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtNYWtlTWlzc2lvbkRyaW5rQ3NSZXEucHJvdG8aEUVJQ1BCQUVNTkVDLnBy",
|
|
"b3RvImUKFU1ha2VNaXNzaW9uRHJpbmtDc1JlcRITCgtGQ0xBRkRNTkdIQhgD",
|
|
"IAEoDRIUCgxpc19zYXZlX2RhdGEYAiABKAgSIQoLTElLQk5LT1BGSUYYCSAB",
|
|
"KAsyDC5FSUNQQkFFTU5FQ0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
|
"b3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EICPBAEMNECReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MakeMissionDrinkCsReq), global::EggLink.DanhengServer.Proto.MakeMissionDrinkCsReq.Parser, new[]{ "FCLAFDMNGHB", "IsSaveData", "LIKBNKOPFIF" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MakeMissionDrinkCsReq : pb::IMessage<MakeMissionDrinkCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MakeMissionDrinkCsReq> _parser = new pb::MessageParser<MakeMissionDrinkCsReq>(() => new MakeMissionDrinkCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MakeMissionDrinkCsReq> 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.MakeMissionDrinkCsReqReflection.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 MakeMissionDrinkCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MakeMissionDrinkCsReq(MakeMissionDrinkCsReq other) : this() {
|
|
fCLAFDMNGHB_ = other.fCLAFDMNGHB_;
|
|
isSaveData_ = other.isSaveData_;
|
|
lIKBNKOPFIF_ = other.lIKBNKOPFIF_ != null ? other.lIKBNKOPFIF_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MakeMissionDrinkCsReq Clone() {
|
|
return new MakeMissionDrinkCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "FCLAFDMNGHB" field.</summary>
|
|
public const int FCLAFDMNGHBFieldNumber = 3;
|
|
private uint fCLAFDMNGHB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FCLAFDMNGHB {
|
|
get { return fCLAFDMNGHB_; }
|
|
set {
|
|
fCLAFDMNGHB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_save_data" field.</summary>
|
|
public const int IsSaveDataFieldNumber = 2;
|
|
private bool isSaveData_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsSaveData {
|
|
get { return isSaveData_; }
|
|
set {
|
|
isSaveData_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LIKBNKOPFIF" field.</summary>
|
|
public const int LIKBNKOPFIFFieldNumber = 9;
|
|
private global::EggLink.DanhengServer.Proto.EICPBAEMNEC lIKBNKOPFIF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.EICPBAEMNEC LIKBNKOPFIF {
|
|
get { return lIKBNKOPFIF_; }
|
|
set {
|
|
lIKBNKOPFIF_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MakeMissionDrinkCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MakeMissionDrinkCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (FCLAFDMNGHB != other.FCLAFDMNGHB) return false;
|
|
if (IsSaveData != other.IsSaveData) return false;
|
|
if (!object.Equals(LIKBNKOPFIF, other.LIKBNKOPFIF)) 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 (FCLAFDMNGHB != 0) hash ^= FCLAFDMNGHB.GetHashCode();
|
|
if (IsSaveData != false) hash ^= IsSaveData.GetHashCode();
|
|
if (lIKBNKOPFIF_ != null) hash ^= LIKBNKOPFIF.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 (IsSaveData != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(IsSaveData);
|
|
}
|
|
if (FCLAFDMNGHB != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(FCLAFDMNGHB);
|
|
}
|
|
if (lIKBNKOPFIF_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(LIKBNKOPFIF);
|
|
}
|
|
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 (IsSaveData != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(IsSaveData);
|
|
}
|
|
if (FCLAFDMNGHB != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(FCLAFDMNGHB);
|
|
}
|
|
if (lIKBNKOPFIF_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(LIKBNKOPFIF);
|
|
}
|
|
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 (FCLAFDMNGHB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FCLAFDMNGHB);
|
|
}
|
|
if (IsSaveData != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (lIKBNKOPFIF_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LIKBNKOPFIF);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MakeMissionDrinkCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.FCLAFDMNGHB != 0) {
|
|
FCLAFDMNGHB = other.FCLAFDMNGHB;
|
|
}
|
|
if (other.IsSaveData != false) {
|
|
IsSaveData = other.IsSaveData;
|
|
}
|
|
if (other.lIKBNKOPFIF_ != null) {
|
|
if (lIKBNKOPFIF_ == null) {
|
|
LIKBNKOPFIF = new global::EggLink.DanhengServer.Proto.EICPBAEMNEC();
|
|
}
|
|
LIKBNKOPFIF.MergeFrom(other.LIKBNKOPFIF);
|
|
}
|
|
_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: {
|
|
IsSaveData = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
FCLAFDMNGHB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (lIKBNKOPFIF_ == null) {
|
|
LIKBNKOPFIF = new global::EggLink.DanhengServer.Proto.EICPBAEMNEC();
|
|
}
|
|
input.ReadMessage(LIKBNKOPFIF);
|
|
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: {
|
|
IsSaveData = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
FCLAFDMNGHB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (lIKBNKOPFIF_ == null) {
|
|
LIKBNKOPFIF = new global::EggLink.DanhengServer.Proto.EICPBAEMNEC();
|
|
}
|
|
input.ReadMessage(LIKBNKOPFIF);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|