mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
348 lines
12 KiB
C#
348 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RacingData.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 RacingData.proto</summary>
|
|
public static partial class RacingDataReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RacingData.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RacingDataReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChBSYWNpbmdEYXRhLnByb3RvGhVNb3ZpZVJhY2luZ1R5cGUucHJvdG8iZQoK",
|
|
"UmFjaW5nRGF0YRINCgVsZXZlbBgGIAEoDRITCgtQTkJOTUhKTkxKRhgLIAEo",
|
|
"DRIeCgR0eXBlGA0gASgOMhAuTW92aWVSYWNpbmdUeXBlEhMKC0pCTElLRkxH",
|
|
"SklBGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
|
"b3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MovieRacingTypeReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RacingData), global::EggLink.DanhengServer.Proto.RacingData.Parser, new[]{ "Level", "PNBNMHJNLJF", "Type", "JBLIKFLGJIA" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class RacingData : pb::IMessage<RacingData>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<RacingData> _parser = new pb::MessageParser<RacingData>(() => new RacingData());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<RacingData> 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.RacingDataReflection.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 RacingData() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RacingData(RacingData other) : this() {
|
|
level_ = other.level_;
|
|
pNBNMHJNLJF_ = other.pNBNMHJNLJF_;
|
|
type_ = other.type_;
|
|
jBLIKFLGJIA_ = other.jBLIKFLGJIA_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RacingData Clone() {
|
|
return new RacingData(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 6;
|
|
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 "PNBNMHJNLJF" field.</summary>
|
|
public const int PNBNMHJNLJFFieldNumber = 11;
|
|
private uint pNBNMHJNLJF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PNBNMHJNLJF {
|
|
get { return pNBNMHJNLJF_; }
|
|
set {
|
|
pNBNMHJNLJF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "type" field.</summary>
|
|
public const int TypeFieldNumber = 13;
|
|
private global::EggLink.DanhengServer.Proto.MovieRacingType type_ = global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.MovieRacingType Type {
|
|
get { return type_; }
|
|
set {
|
|
type_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JBLIKFLGJIA" field.</summary>
|
|
public const int JBLIKFLGJIAFieldNumber = 4;
|
|
private uint jBLIKFLGJIA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JBLIKFLGJIA {
|
|
get { return jBLIKFLGJIA_; }
|
|
set {
|
|
jBLIKFLGJIA_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as RacingData);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(RacingData other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Level != other.Level) return false;
|
|
if (PNBNMHJNLJF != other.PNBNMHJNLJF) return false;
|
|
if (Type != other.Type) return false;
|
|
if (JBLIKFLGJIA != other.JBLIKFLGJIA) 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 (Level != 0) hash ^= Level.GetHashCode();
|
|
if (PNBNMHJNLJF != 0) hash ^= PNBNMHJNLJF.GetHashCode();
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) hash ^= Type.GetHashCode();
|
|
if (JBLIKFLGJIA != 0) hash ^= JBLIKFLGJIA.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 (JBLIKFLGJIA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(JBLIKFLGJIA);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (PNBNMHJNLJF != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PNBNMHJNLJF);
|
|
}
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
output.WriteRawTag(104);
|
|
output.WriteEnum((int) Type);
|
|
}
|
|
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 (JBLIKFLGJIA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(JBLIKFLGJIA);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (PNBNMHJNLJF != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PNBNMHJNLJF);
|
|
}
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
output.WriteRawTag(104);
|
|
output.WriteEnum((int) Type);
|
|
}
|
|
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 (Level != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
|
}
|
|
if (PNBNMHJNLJF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PNBNMHJNLJF);
|
|
}
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
|
|
}
|
|
if (JBLIKFLGJIA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBLIKFLGJIA);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(RacingData other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
if (other.PNBNMHJNLJF != 0) {
|
|
PNBNMHJNLJF = other.PNBNMHJNLJF;
|
|
}
|
|
if (other.Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
Type = other.Type;
|
|
}
|
|
if (other.JBLIKFLGJIA != 0) {
|
|
JBLIKFLGJIA = other.JBLIKFLGJIA;
|
|
}
|
|
_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 32: {
|
|
JBLIKFLGJIA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PNBNMHJNLJF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
|
|
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 32: {
|
|
JBLIKFLGJIA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PNBNMHJNLJF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|