Files
DanhengServer-OpenSource/Common/Proto/TextJoinInfo.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

391 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TextJoinInfo.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 TextJoinInfo.proto</summary>
public static partial class TextJoinInfoReflection {
#region Descriptor
/// <summary>File descriptor for TextJoinInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static TextJoinInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChJUZXh0Sm9pbkluZm8ucHJvdG8igAEKDFRleHRKb2luSW5mbxITCgtKTkVC",
"TEVESUJOSBgGIAEoCRIUCgx0ZXh0X2l0ZW1faWQYBSABKA0SEwoLTkFHR0NJ",
"S0ZNQk8YBCABKAkSGwoTdGV4dF9pdGVtX2NvbmZpZ19pZBgOIAEoDRITCgtM",
"SUNORE5MQ0NBRhgPIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TextJoinInfo), global::EggLink.DanhengServer.Proto.TextJoinInfo.Parser, new[]{ "JNEBLEDIBNH", "TextItemId", "NAGGCIKFMBO", "TextItemConfigId", "LICNDNLCCAF" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TextJoinInfo : pb::IMessage<TextJoinInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<TextJoinInfo> _parser = new pb::MessageParser<TextJoinInfo>(() => new TextJoinInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<TextJoinInfo> 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.TextJoinInfoReflection.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 TextJoinInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TextJoinInfo(TextJoinInfo other) : this() {
jNEBLEDIBNH_ = other.jNEBLEDIBNH_;
textItemId_ = other.textItemId_;
nAGGCIKFMBO_ = other.nAGGCIKFMBO_;
textItemConfigId_ = other.textItemConfigId_;
lICNDNLCCAF_ = other.lICNDNLCCAF_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TextJoinInfo Clone() {
return new TextJoinInfo(this);
}
/// <summary>Field number for the "JNEBLEDIBNH" field.</summary>
public const int JNEBLEDIBNHFieldNumber = 6;
private string jNEBLEDIBNH_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string JNEBLEDIBNH {
get { return jNEBLEDIBNH_; }
set {
jNEBLEDIBNH_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "text_item_id" field.</summary>
public const int TextItemIdFieldNumber = 5;
private uint textItemId_;
/// <summary>
/// 14
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TextItemId {
get { return textItemId_; }
set {
textItemId_ = value;
}
}
/// <summary>Field number for the "NAGGCIKFMBO" field.</summary>
public const int NAGGCIKFMBOFieldNumber = 4;
private string nAGGCIKFMBO_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string NAGGCIKFMBO {
get { return nAGGCIKFMBO_; }
set {
nAGGCIKFMBO_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "text_item_config_id" field.</summary>
public const int TextItemConfigIdFieldNumber = 14;
private uint textItemConfigId_;
/// <summary>
/// 5
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TextItemConfigId {
get { return textItemConfigId_; }
set {
textItemConfigId_ = value;
}
}
/// <summary>Field number for the "LICNDNLCCAF" field.</summary>
public const int LICNDNLCCAFFieldNumber = 15;
private uint lICNDNLCCAF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LICNDNLCCAF {
get { return lICNDNLCCAF_; }
set {
lICNDNLCCAF_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as TextJoinInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(TextJoinInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (JNEBLEDIBNH != other.JNEBLEDIBNH) return false;
if (TextItemId != other.TextItemId) return false;
if (NAGGCIKFMBO != other.NAGGCIKFMBO) return false;
if (TextItemConfigId != other.TextItemConfigId) return false;
if (LICNDNLCCAF != other.LICNDNLCCAF) 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 (JNEBLEDIBNH.Length != 0) hash ^= JNEBLEDIBNH.GetHashCode();
if (TextItemId != 0) hash ^= TextItemId.GetHashCode();
if (NAGGCIKFMBO.Length != 0) hash ^= NAGGCIKFMBO.GetHashCode();
if (TextItemConfigId != 0) hash ^= TextItemConfigId.GetHashCode();
if (LICNDNLCCAF != 0) hash ^= LICNDNLCCAF.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 (NAGGCIKFMBO.Length != 0) {
output.WriteRawTag(34);
output.WriteString(NAGGCIKFMBO);
}
if (TextItemId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(TextItemId);
}
if (JNEBLEDIBNH.Length != 0) {
output.WriteRawTag(50);
output.WriteString(JNEBLEDIBNH);
}
if (TextItemConfigId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(TextItemConfigId);
}
if (LICNDNLCCAF != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LICNDNLCCAF);
}
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 (NAGGCIKFMBO.Length != 0) {
output.WriteRawTag(34);
output.WriteString(NAGGCIKFMBO);
}
if (TextItemId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(TextItemId);
}
if (JNEBLEDIBNH.Length != 0) {
output.WriteRawTag(50);
output.WriteString(JNEBLEDIBNH);
}
if (TextItemConfigId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(TextItemConfigId);
}
if (LICNDNLCCAF != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LICNDNLCCAF);
}
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 (JNEBLEDIBNH.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(JNEBLEDIBNH);
}
if (TextItemId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TextItemId);
}
if (NAGGCIKFMBO.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(NAGGCIKFMBO);
}
if (TextItemConfigId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TextItemConfigId);
}
if (LICNDNLCCAF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LICNDNLCCAF);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(TextJoinInfo other) {
if (other == null) {
return;
}
if (other.JNEBLEDIBNH.Length != 0) {
JNEBLEDIBNH = other.JNEBLEDIBNH;
}
if (other.TextItemId != 0) {
TextItemId = other.TextItemId;
}
if (other.NAGGCIKFMBO.Length != 0) {
NAGGCIKFMBO = other.NAGGCIKFMBO;
}
if (other.TextItemConfigId != 0) {
TextItemConfigId = other.TextItemConfigId;
}
if (other.LICNDNLCCAF != 0) {
LICNDNLCCAF = other.LICNDNLCCAF;
}
_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 34: {
NAGGCIKFMBO = input.ReadString();
break;
}
case 40: {
TextItemId = input.ReadUInt32();
break;
}
case 50: {
JNEBLEDIBNH = input.ReadString();
break;
}
case 112: {
TextItemConfigId = input.ReadUInt32();
break;
}
case 120: {
LICNDNLCCAF = 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 34: {
NAGGCIKFMBO = input.ReadString();
break;
}
case 40: {
TextItemId = input.ReadUInt32();
break;
}
case 50: {
JNEBLEDIBNH = input.ReadString();
break;
}
case 112: {
TextItemConfigId = input.ReadUInt32();
break;
}
case 120: {
LICNDNLCCAF = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code