mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
347 lines
12 KiB
C#
347 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: SceneMonsterWaveParam.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 SceneMonsterWaveParam.proto</summary>
|
|
public static partial class SceneMonsterWaveParamReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for SceneMonsterWaveParam.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static SceneMonsterWaveParamReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtTY2VuZU1vbnN0ZXJXYXZlUGFyYW0ucHJvdG8iagoVU2NlbmVNb25zdGVy",
|
|
"V2F2ZVBhcmFtEhMKC0lJQkVPRU5LTkNOGAEgASgNEg0KBWxldmVsGAsgASgN",
|
|
"EhMKC2VsaXRlX2dyb3VwGA0gASgNEhgKEGhhcmRfbGV2ZWxfZ3JvdXAYCiAB",
|
|
"KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneMonsterWaveParam), global::EggLink.DanhengServer.Proto.SceneMonsterWaveParam.Parser, new[]{ "IIBEOENKNCN", "Level", "EliteGroup", "HardLevelGroup" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class SceneMonsterWaveParam : pb::IMessage<SceneMonsterWaveParam>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<SceneMonsterWaveParam> _parser = new pb::MessageParser<SceneMonsterWaveParam>(() => new SceneMonsterWaveParam());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<SceneMonsterWaveParam> 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.SceneMonsterWaveParamReflection.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 SceneMonsterWaveParam() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SceneMonsterWaveParam(SceneMonsterWaveParam other) : this() {
|
|
iIBEOENKNCN_ = other.iIBEOENKNCN_;
|
|
level_ = other.level_;
|
|
eliteGroup_ = other.eliteGroup_;
|
|
hardLevelGroup_ = other.hardLevelGroup_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SceneMonsterWaveParam Clone() {
|
|
return new SceneMonsterWaveParam(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "IIBEOENKNCN" field.</summary>
|
|
public const int IIBEOENKNCNFieldNumber = 1;
|
|
private uint iIBEOENKNCN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IIBEOENKNCN {
|
|
get { return iIBEOENKNCN_; }
|
|
set {
|
|
iIBEOENKNCN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 11;
|
|
private uint level_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Level {
|
|
get { return level_; }
|
|
set {
|
|
level_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "elite_group" field.</summary>
|
|
public const int EliteGroupFieldNumber = 13;
|
|
private uint eliteGroup_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EliteGroup {
|
|
get { return eliteGroup_; }
|
|
set {
|
|
eliteGroup_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "hard_level_group" field.</summary>
|
|
public const int HardLevelGroupFieldNumber = 10;
|
|
private uint hardLevelGroup_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HardLevelGroup {
|
|
get { return hardLevelGroup_; }
|
|
set {
|
|
hardLevelGroup_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as SceneMonsterWaveParam);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(SceneMonsterWaveParam other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (IIBEOENKNCN != other.IIBEOENKNCN) return false;
|
|
if (Level != other.Level) return false;
|
|
if (EliteGroup != other.EliteGroup) return false;
|
|
if (HardLevelGroup != other.HardLevelGroup) 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 (IIBEOENKNCN != 0) hash ^= IIBEOENKNCN.GetHashCode();
|
|
if (Level != 0) hash ^= Level.GetHashCode();
|
|
if (EliteGroup != 0) hash ^= EliteGroup.GetHashCode();
|
|
if (HardLevelGroup != 0) hash ^= HardLevelGroup.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 (IIBEOENKNCN != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(IIBEOENKNCN);
|
|
}
|
|
if (HardLevelGroup != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(HardLevelGroup);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (EliteGroup != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(EliteGroup);
|
|
}
|
|
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 (IIBEOENKNCN != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(IIBEOENKNCN);
|
|
}
|
|
if (HardLevelGroup != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(HardLevelGroup);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (EliteGroup != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(EliteGroup);
|
|
}
|
|
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 (IIBEOENKNCN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIBEOENKNCN);
|
|
}
|
|
if (Level != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
|
}
|
|
if (EliteGroup != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EliteGroup);
|
|
}
|
|
if (HardLevelGroup != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HardLevelGroup);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(SceneMonsterWaveParam other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.IIBEOENKNCN != 0) {
|
|
IIBEOENKNCN = other.IIBEOENKNCN;
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
if (other.EliteGroup != 0) {
|
|
EliteGroup = other.EliteGroup;
|
|
}
|
|
if (other.HardLevelGroup != 0) {
|
|
HardLevelGroup = other.HardLevelGroup;
|
|
}
|
|
_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: {
|
|
IIBEOENKNCN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
HardLevelGroup = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
EliteGroup = 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: {
|
|
IIBEOENKNCN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
HardLevelGroup = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
EliteGroup = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|