Files
DanhengServer-OpenSource/Common/Proto/SkillUseProperty.cs
Somebody 9fa2f46fdd Update to 2.3.0
- Fix basic game play
- Fix ChessRogue side function ( only basic )
2024-07-05 21:49:18 +08:00

535 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SkillUseProperty.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 SkillUseProperty.proto</summary>
public static partial class SkillUsePropertyReflection {
#region Descriptor
/// <summary>File descriptor for SkillUseProperty.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static SkillUsePropertyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZTa2lsbFVzZVByb3BlcnR5LnByb3RvIs8BChBTa2lsbFVzZVByb3BlcnR5",
"EhMKC0ZKSE9DSEhBSE1QGAEgASgNEhMKC0lNTE9MRUlITkVQGAIgASgJEhMK",
"C09NQ01NSkdDTUpHGAMgASgNEhMKC0RETUFFS0VNT0ZGGAQgASgNEhMKC0RK",
"SkxPREFLSUpMGAUgASgNEhMKC0JOR0JNT09DTklOGAYgASgNEhMKC01QQ0xK",
"QURPUEVJGAcgASgNEhMKC0pJS0RNRkNISkZJGAggASgNEhMKC0VNQUlEQ0VK",
"Q0dJGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SkillUseProperty), global::EggLink.DanhengServer.Proto.SkillUseProperty.Parser, new[]{ "FJHOCHHAHMP", "IMLOLEIHNEP", "OMCMMJGCMJG", "DDMAEKEMOFF", "DJJLODAKIJL", "BNGBMOOCNIN", "MPCLJADOPEI", "JIKDMFCHJFI", "EMAIDCEJCGI" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SkillUseProperty : pb::IMessage<SkillUseProperty>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<SkillUseProperty> _parser = new pb::MessageParser<SkillUseProperty>(() => new SkillUseProperty());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<SkillUseProperty> 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.SkillUsePropertyReflection.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 SkillUseProperty() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SkillUseProperty(SkillUseProperty other) : this() {
fJHOCHHAHMP_ = other.fJHOCHHAHMP_;
iMLOLEIHNEP_ = other.iMLOLEIHNEP_;
oMCMMJGCMJG_ = other.oMCMMJGCMJG_;
dDMAEKEMOFF_ = other.dDMAEKEMOFF_;
dJJLODAKIJL_ = other.dJJLODAKIJL_;
bNGBMOOCNIN_ = other.bNGBMOOCNIN_;
mPCLJADOPEI_ = other.mPCLJADOPEI_;
jIKDMFCHJFI_ = other.jIKDMFCHJFI_;
eMAIDCEJCGI_ = other.eMAIDCEJCGI_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SkillUseProperty Clone() {
return new SkillUseProperty(this);
}
/// <summary>Field number for the "FJHOCHHAHMP" field.</summary>
public const int FJHOCHHAHMPFieldNumber = 1;
private uint fJHOCHHAHMP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FJHOCHHAHMP {
get { return fJHOCHHAHMP_; }
set {
fJHOCHHAHMP_ = value;
}
}
/// <summary>Field number for the "IMLOLEIHNEP" field.</summary>
public const int IMLOLEIHNEPFieldNumber = 2;
private string iMLOLEIHNEP_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string IMLOLEIHNEP {
get { return iMLOLEIHNEP_; }
set {
iMLOLEIHNEP_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "OMCMMJGCMJG" field.</summary>
public const int OMCMMJGCMJGFieldNumber = 3;
private uint oMCMMJGCMJG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OMCMMJGCMJG {
get { return oMCMMJGCMJG_; }
set {
oMCMMJGCMJG_ = value;
}
}
/// <summary>Field number for the "DDMAEKEMOFF" field.</summary>
public const int DDMAEKEMOFFFieldNumber = 4;
private uint dDMAEKEMOFF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DDMAEKEMOFF {
get { return dDMAEKEMOFF_; }
set {
dDMAEKEMOFF_ = value;
}
}
/// <summary>Field number for the "DJJLODAKIJL" field.</summary>
public const int DJJLODAKIJLFieldNumber = 5;
private uint dJJLODAKIJL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DJJLODAKIJL {
get { return dJJLODAKIJL_; }
set {
dJJLODAKIJL_ = value;
}
}
/// <summary>Field number for the "BNGBMOOCNIN" field.</summary>
public const int BNGBMOOCNINFieldNumber = 6;
private uint bNGBMOOCNIN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BNGBMOOCNIN {
get { return bNGBMOOCNIN_; }
set {
bNGBMOOCNIN_ = value;
}
}
/// <summary>Field number for the "MPCLJADOPEI" field.</summary>
public const int MPCLJADOPEIFieldNumber = 7;
private uint mPCLJADOPEI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MPCLJADOPEI {
get { return mPCLJADOPEI_; }
set {
mPCLJADOPEI_ = value;
}
}
/// <summary>Field number for the "JIKDMFCHJFI" field.</summary>
public const int JIKDMFCHJFIFieldNumber = 8;
private uint jIKDMFCHJFI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JIKDMFCHJFI {
get { return jIKDMFCHJFI_; }
set {
jIKDMFCHJFI_ = value;
}
}
/// <summary>Field number for the "EMAIDCEJCGI" field.</summary>
public const int EMAIDCEJCGIFieldNumber = 9;
private uint eMAIDCEJCGI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EMAIDCEJCGI {
get { return eMAIDCEJCGI_; }
set {
eMAIDCEJCGI_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as SkillUseProperty);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(SkillUseProperty other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (FJHOCHHAHMP != other.FJHOCHHAHMP) return false;
if (IMLOLEIHNEP != other.IMLOLEIHNEP) return false;
if (OMCMMJGCMJG != other.OMCMMJGCMJG) return false;
if (DDMAEKEMOFF != other.DDMAEKEMOFF) return false;
if (DJJLODAKIJL != other.DJJLODAKIJL) return false;
if (BNGBMOOCNIN != other.BNGBMOOCNIN) return false;
if (MPCLJADOPEI != other.MPCLJADOPEI) return false;
if (JIKDMFCHJFI != other.JIKDMFCHJFI) return false;
if (EMAIDCEJCGI != other.EMAIDCEJCGI) 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 (FJHOCHHAHMP != 0) hash ^= FJHOCHHAHMP.GetHashCode();
if (IMLOLEIHNEP.Length != 0) hash ^= IMLOLEIHNEP.GetHashCode();
if (OMCMMJGCMJG != 0) hash ^= OMCMMJGCMJG.GetHashCode();
if (DDMAEKEMOFF != 0) hash ^= DDMAEKEMOFF.GetHashCode();
if (DJJLODAKIJL != 0) hash ^= DJJLODAKIJL.GetHashCode();
if (BNGBMOOCNIN != 0) hash ^= BNGBMOOCNIN.GetHashCode();
if (MPCLJADOPEI != 0) hash ^= MPCLJADOPEI.GetHashCode();
if (JIKDMFCHJFI != 0) hash ^= JIKDMFCHJFI.GetHashCode();
if (EMAIDCEJCGI != 0) hash ^= EMAIDCEJCGI.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 (FJHOCHHAHMP != 0) {
output.WriteRawTag(8);
output.WriteUInt32(FJHOCHHAHMP);
}
if (IMLOLEIHNEP.Length != 0) {
output.WriteRawTag(18);
output.WriteString(IMLOLEIHNEP);
}
if (OMCMMJGCMJG != 0) {
output.WriteRawTag(24);
output.WriteUInt32(OMCMMJGCMJG);
}
if (DDMAEKEMOFF != 0) {
output.WriteRawTag(32);
output.WriteUInt32(DDMAEKEMOFF);
}
if (DJJLODAKIJL != 0) {
output.WriteRawTag(40);
output.WriteUInt32(DJJLODAKIJL);
}
if (BNGBMOOCNIN != 0) {
output.WriteRawTag(48);
output.WriteUInt32(BNGBMOOCNIN);
}
if (MPCLJADOPEI != 0) {
output.WriteRawTag(56);
output.WriteUInt32(MPCLJADOPEI);
}
if (JIKDMFCHJFI != 0) {
output.WriteRawTag(64);
output.WriteUInt32(JIKDMFCHJFI);
}
if (EMAIDCEJCGI != 0) {
output.WriteRawTag(72);
output.WriteUInt32(EMAIDCEJCGI);
}
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 (FJHOCHHAHMP != 0) {
output.WriteRawTag(8);
output.WriteUInt32(FJHOCHHAHMP);
}
if (IMLOLEIHNEP.Length != 0) {
output.WriteRawTag(18);
output.WriteString(IMLOLEIHNEP);
}
if (OMCMMJGCMJG != 0) {
output.WriteRawTag(24);
output.WriteUInt32(OMCMMJGCMJG);
}
if (DDMAEKEMOFF != 0) {
output.WriteRawTag(32);
output.WriteUInt32(DDMAEKEMOFF);
}
if (DJJLODAKIJL != 0) {
output.WriteRawTag(40);
output.WriteUInt32(DJJLODAKIJL);
}
if (BNGBMOOCNIN != 0) {
output.WriteRawTag(48);
output.WriteUInt32(BNGBMOOCNIN);
}
if (MPCLJADOPEI != 0) {
output.WriteRawTag(56);
output.WriteUInt32(MPCLJADOPEI);
}
if (JIKDMFCHJFI != 0) {
output.WriteRawTag(64);
output.WriteUInt32(JIKDMFCHJFI);
}
if (EMAIDCEJCGI != 0) {
output.WriteRawTag(72);
output.WriteUInt32(EMAIDCEJCGI);
}
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 (FJHOCHHAHMP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FJHOCHHAHMP);
}
if (IMLOLEIHNEP.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(IMLOLEIHNEP);
}
if (OMCMMJGCMJG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OMCMMJGCMJG);
}
if (DDMAEKEMOFF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DDMAEKEMOFF);
}
if (DJJLODAKIJL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DJJLODAKIJL);
}
if (BNGBMOOCNIN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BNGBMOOCNIN);
}
if (MPCLJADOPEI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MPCLJADOPEI);
}
if (JIKDMFCHJFI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIKDMFCHJFI);
}
if (EMAIDCEJCGI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EMAIDCEJCGI);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(SkillUseProperty other) {
if (other == null) {
return;
}
if (other.FJHOCHHAHMP != 0) {
FJHOCHHAHMP = other.FJHOCHHAHMP;
}
if (other.IMLOLEIHNEP.Length != 0) {
IMLOLEIHNEP = other.IMLOLEIHNEP;
}
if (other.OMCMMJGCMJG != 0) {
OMCMMJGCMJG = other.OMCMMJGCMJG;
}
if (other.DDMAEKEMOFF != 0) {
DDMAEKEMOFF = other.DDMAEKEMOFF;
}
if (other.DJJLODAKIJL != 0) {
DJJLODAKIJL = other.DJJLODAKIJL;
}
if (other.BNGBMOOCNIN != 0) {
BNGBMOOCNIN = other.BNGBMOOCNIN;
}
if (other.MPCLJADOPEI != 0) {
MPCLJADOPEI = other.MPCLJADOPEI;
}
if (other.JIKDMFCHJFI != 0) {
JIKDMFCHJFI = other.JIKDMFCHJFI;
}
if (other.EMAIDCEJCGI != 0) {
EMAIDCEJCGI = other.EMAIDCEJCGI;
}
_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: {
FJHOCHHAHMP = input.ReadUInt32();
break;
}
case 18: {
IMLOLEIHNEP = input.ReadString();
break;
}
case 24: {
OMCMMJGCMJG = input.ReadUInt32();
break;
}
case 32: {
DDMAEKEMOFF = input.ReadUInt32();
break;
}
case 40: {
DJJLODAKIJL = input.ReadUInt32();
break;
}
case 48: {
BNGBMOOCNIN = input.ReadUInt32();
break;
}
case 56: {
MPCLJADOPEI = input.ReadUInt32();
break;
}
case 64: {
JIKDMFCHJFI = input.ReadUInt32();
break;
}
case 72: {
EMAIDCEJCGI = 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: {
FJHOCHHAHMP = input.ReadUInt32();
break;
}
case 18: {
IMLOLEIHNEP = input.ReadString();
break;
}
case 24: {
OMCMMJGCMJG = input.ReadUInt32();
break;
}
case 32: {
DDMAEKEMOFF = input.ReadUInt32();
break;
}
case 40: {
DJJLODAKIJL = input.ReadUInt32();
break;
}
case 48: {
BNGBMOOCNIN = input.ReadUInt32();
break;
}
case 56: {
MPCLJADOPEI = input.ReadUInt32();
break;
}
case 64: {
JIKDMFCHJFI = input.ReadUInt32();
break;
}
case 72: {
EMAIDCEJCGI = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code