Files
DanhengServer-OpenSource/Common/Proto/SceneSummonUnitInfo.cs
2024-03-31 17:06:46 +08:00

412 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SceneSummonUnitInfo.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 SceneSummonUnitInfo.proto</summary>
public static partial class SceneSummonUnitInfoReflection {
#region Descriptor
/// <summary>File descriptor for SceneSummonUnitInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static SceneSummonUnitInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlTY2VuZVN1bW1vblVuaXRJbmZvLnByb3RvIp0BChNTY2VuZVN1bW1vblVu",
"aXRJbmZvEhMKC0FPRU5PRUNBRklGGAIgASgNEhYKDmNyZWF0ZV90aW1lX21z",
"GA0gASgEEhMKC09JSkZPRVBQS0NDGAkgASgNEhMKC01CRFBISkVOSEdOGAYg",
"ASgNEhQKDGxpZmVfdGltZV9tcxgDIAEoBRIZChF0cmlnZ2VyX25hbWVfbGlz",
"dBgEIAMoCUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo), global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo.Parser, new[]{ "AOENOECAFIF", "CreateTimeMs", "OIJFOEPPKCC", "MBDPHJENHGN", "LifeTimeMs", "TriggerNameList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SceneSummonUnitInfo : pb::IMessage<SceneSummonUnitInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<SceneSummonUnitInfo> _parser = new pb::MessageParser<SceneSummonUnitInfo>(() => new SceneSummonUnitInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<SceneSummonUnitInfo> 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.SceneSummonUnitInfoReflection.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 SceneSummonUnitInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SceneSummonUnitInfo(SceneSummonUnitInfo other) : this() {
aOENOECAFIF_ = other.aOENOECAFIF_;
createTimeMs_ = other.createTimeMs_;
oIJFOEPPKCC_ = other.oIJFOEPPKCC_;
mBDPHJENHGN_ = other.mBDPHJENHGN_;
lifeTimeMs_ = other.lifeTimeMs_;
triggerNameList_ = other.triggerNameList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SceneSummonUnitInfo Clone() {
return new SceneSummonUnitInfo(this);
}
/// <summary>Field number for the "AOENOECAFIF" field.</summary>
public const int AOENOECAFIFFieldNumber = 2;
private uint aOENOECAFIF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AOENOECAFIF {
get { return aOENOECAFIF_; }
set {
aOENOECAFIF_ = value;
}
}
/// <summary>Field number for the "create_time_ms" field.</summary>
public const int CreateTimeMsFieldNumber = 13;
private ulong createTimeMs_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong CreateTimeMs {
get { return createTimeMs_; }
set {
createTimeMs_ = value;
}
}
/// <summary>Field number for the "OIJFOEPPKCC" field.</summary>
public const int OIJFOEPPKCCFieldNumber = 9;
private uint oIJFOEPPKCC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OIJFOEPPKCC {
get { return oIJFOEPPKCC_; }
set {
oIJFOEPPKCC_ = value;
}
}
/// <summary>Field number for the "MBDPHJENHGN" field.</summary>
public const int MBDPHJENHGNFieldNumber = 6;
private uint mBDPHJENHGN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MBDPHJENHGN {
get { return mBDPHJENHGN_; }
set {
mBDPHJENHGN_ = value;
}
}
/// <summary>Field number for the "life_time_ms" field.</summary>
public const int LifeTimeMsFieldNumber = 3;
private int lifeTimeMs_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int LifeTimeMs {
get { return lifeTimeMs_; }
set {
lifeTimeMs_ = value;
}
}
/// <summary>Field number for the "trigger_name_list" field.</summary>
public const int TriggerNameListFieldNumber = 4;
private static readonly pb::FieldCodec<string> _repeated_triggerNameList_codec
= pb::FieldCodec.ForString(34);
private readonly pbc::RepeatedField<string> triggerNameList_ = new pbc::RepeatedField<string>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<string> TriggerNameList {
get { return triggerNameList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as SceneSummonUnitInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(SceneSummonUnitInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (AOENOECAFIF != other.AOENOECAFIF) return false;
if (CreateTimeMs != other.CreateTimeMs) return false;
if (OIJFOEPPKCC != other.OIJFOEPPKCC) return false;
if (MBDPHJENHGN != other.MBDPHJENHGN) return false;
if (LifeTimeMs != other.LifeTimeMs) return false;
if(!triggerNameList_.Equals(other.triggerNameList_)) 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 (AOENOECAFIF != 0) hash ^= AOENOECAFIF.GetHashCode();
if (CreateTimeMs != 0UL) hash ^= CreateTimeMs.GetHashCode();
if (OIJFOEPPKCC != 0) hash ^= OIJFOEPPKCC.GetHashCode();
if (MBDPHJENHGN != 0) hash ^= MBDPHJENHGN.GetHashCode();
if (LifeTimeMs != 0) hash ^= LifeTimeMs.GetHashCode();
hash ^= triggerNameList_.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 (AOENOECAFIF != 0) {
output.WriteRawTag(16);
output.WriteUInt32(AOENOECAFIF);
}
if (LifeTimeMs != 0) {
output.WriteRawTag(24);
output.WriteInt32(LifeTimeMs);
}
triggerNameList_.WriteTo(output, _repeated_triggerNameList_codec);
if (MBDPHJENHGN != 0) {
output.WriteRawTag(48);
output.WriteUInt32(MBDPHJENHGN);
}
if (OIJFOEPPKCC != 0) {
output.WriteRawTag(72);
output.WriteUInt32(OIJFOEPPKCC);
}
if (CreateTimeMs != 0UL) {
output.WriteRawTag(104);
output.WriteUInt64(CreateTimeMs);
}
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 (AOENOECAFIF != 0) {
output.WriteRawTag(16);
output.WriteUInt32(AOENOECAFIF);
}
if (LifeTimeMs != 0) {
output.WriteRawTag(24);
output.WriteInt32(LifeTimeMs);
}
triggerNameList_.WriteTo(ref output, _repeated_triggerNameList_codec);
if (MBDPHJENHGN != 0) {
output.WriteRawTag(48);
output.WriteUInt32(MBDPHJENHGN);
}
if (OIJFOEPPKCC != 0) {
output.WriteRawTag(72);
output.WriteUInt32(OIJFOEPPKCC);
}
if (CreateTimeMs != 0UL) {
output.WriteRawTag(104);
output.WriteUInt64(CreateTimeMs);
}
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 (AOENOECAFIF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AOENOECAFIF);
}
if (CreateTimeMs != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(CreateTimeMs);
}
if (OIJFOEPPKCC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OIJFOEPPKCC);
}
if (MBDPHJENHGN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBDPHJENHGN);
}
if (LifeTimeMs != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(LifeTimeMs);
}
size += triggerNameList_.CalculateSize(_repeated_triggerNameList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(SceneSummonUnitInfo other) {
if (other == null) {
return;
}
if (other.AOENOECAFIF != 0) {
AOENOECAFIF = other.AOENOECAFIF;
}
if (other.CreateTimeMs != 0UL) {
CreateTimeMs = other.CreateTimeMs;
}
if (other.OIJFOEPPKCC != 0) {
OIJFOEPPKCC = other.OIJFOEPPKCC;
}
if (other.MBDPHJENHGN != 0) {
MBDPHJENHGN = other.MBDPHJENHGN;
}
if (other.LifeTimeMs != 0) {
LifeTimeMs = other.LifeTimeMs;
}
triggerNameList_.Add(other.triggerNameList_);
_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: {
AOENOECAFIF = input.ReadUInt32();
break;
}
case 24: {
LifeTimeMs = input.ReadInt32();
break;
}
case 34: {
triggerNameList_.AddEntriesFrom(input, _repeated_triggerNameList_codec);
break;
}
case 48: {
MBDPHJENHGN = input.ReadUInt32();
break;
}
case 72: {
OIJFOEPPKCC = input.ReadUInt32();
break;
}
case 104: {
CreateTimeMs = input.ReadUInt64();
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: {
AOENOECAFIF = input.ReadUInt32();
break;
}
case 24: {
LifeTimeMs = input.ReadInt32();
break;
}
case 34: {
triggerNameList_.AddEntriesFrom(ref input, _repeated_triggerNameList_codec);
break;
}
case 48: {
MBDPHJENHGN = input.ReadUInt32();
break;
}
case 72: {
OIJFOEPPKCC = input.ReadUInt32();
break;
}
case 104: {
CreateTimeMs = input.ReadUInt64();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code