mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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",
|
|
"UmFjaW5nRGF0YRITCgtJRkFJS09JT0lERBgOIAEoDRIeCgR0eXBlGAcgASgO",
|
|
"MhAuTW92aWVSYWNpbmdUeXBlEhMKC1BET01BQ0ZFTUdHGAIgASgNEg0KBWxl",
|
|
"dmVsGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
|
"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[]{ "IFAIKOIOIDD", "Type", "PDOMACFEMGG", "Level" }, 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() {
|
|
iFAIKOIOIDD_ = other.iFAIKOIOIDD_;
|
|
type_ = other.type_;
|
|
pDOMACFEMGG_ = other.pDOMACFEMGG_;
|
|
level_ = other.level_;
|
|
_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 "IFAIKOIOIDD" field.</summary>
|
|
public const int IFAIKOIOIDDFieldNumber = 14;
|
|
private uint iFAIKOIOIDD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IFAIKOIOIDD {
|
|
get { return iFAIKOIOIDD_; }
|
|
set {
|
|
iFAIKOIOIDD_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "type" field.</summary>
|
|
public const int TypeFieldNumber = 7;
|
|
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 "PDOMACFEMGG" field.</summary>
|
|
public const int PDOMACFEMGGFieldNumber = 2;
|
|
private uint pDOMACFEMGG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PDOMACFEMGG {
|
|
get { return pDOMACFEMGG_; }
|
|
set {
|
|
pDOMACFEMGG_ = 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;
|
|
}
|
|
}
|
|
|
|
[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 (IFAIKOIOIDD != other.IFAIKOIOIDD) return false;
|
|
if (Type != other.Type) return false;
|
|
if (PDOMACFEMGG != other.PDOMACFEMGG) return false;
|
|
if (Level != other.Level) 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 (IFAIKOIOIDD != 0) hash ^= IFAIKOIOIDD.GetHashCode();
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) hash ^= Type.GetHashCode();
|
|
if (PDOMACFEMGG != 0) hash ^= PDOMACFEMGG.GetHashCode();
|
|
if (Level != 0) hash ^= Level.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 (PDOMACFEMGG != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(PDOMACFEMGG);
|
|
}
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
output.WriteRawTag(56);
|
|
output.WriteEnum((int) Type);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (IFAIKOIOIDD != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(IFAIKOIOIDD);
|
|
}
|
|
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 (PDOMACFEMGG != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(PDOMACFEMGG);
|
|
}
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
output.WriteRawTag(56);
|
|
output.WriteEnum((int) Type);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (IFAIKOIOIDD != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(IFAIKOIOIDD);
|
|
}
|
|
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 (IFAIKOIOIDD != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFAIKOIOIDD);
|
|
}
|
|
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
|
|
}
|
|
if (PDOMACFEMGG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PDOMACFEMGG);
|
|
}
|
|
if (Level != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
|
}
|
|
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.IFAIKOIOIDD != 0) {
|
|
IFAIKOIOIDD = other.IFAIKOIOIDD;
|
|
}
|
|
if (other.Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
|
Type = other.Type;
|
|
}
|
|
if (other.PDOMACFEMGG != 0) {
|
|
PDOMACFEMGG = other.PDOMACFEMGG;
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
_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: {
|
|
PDOMACFEMGG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 88: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
IFAIKOIOIDD = 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 16: {
|
|
PDOMACFEMGG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 88: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
IFAIKOIOIDD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|