mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Update to 2.7.0
This commit is contained in:
@@ -1,347 +0,0 @@
|
||||
// <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",
|
||||
"UmFjaW5nRGF0YRIeCgR0eXBlGA4gASgOMhAuTW92aWVSYWNpbmdUeXBlEg0K",
|
||||
"BWxldmVsGAYgASgNEhMKC09LS1BJREhNQ0lQGAogASgNEhMKC0xGTkNQTU1I",
|
||||
"TENPGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
||||
"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[]{ "Type", "Level", "OKKPIDHMCIP", "LFNCPMMHLCO" }, 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() {
|
||||
type_ = other.type_;
|
||||
level_ = other.level_;
|
||||
oKKPIDHMCIP_ = other.oKKPIDHMCIP_;
|
||||
lFNCPMMHLCO_ = other.lFNCPMMHLCO_;
|
||||
_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 "type" field.</summary>
|
||||
public const int TypeFieldNumber = 14;
|
||||
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 "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 "OKKPIDHMCIP" field.</summary>
|
||||
public const int OKKPIDHMCIPFieldNumber = 10;
|
||||
private uint oKKPIDHMCIP_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint OKKPIDHMCIP {
|
||||
get { return oKKPIDHMCIP_; }
|
||||
set {
|
||||
oKKPIDHMCIP_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LFNCPMMHLCO" field.</summary>
|
||||
public const int LFNCPMMHLCOFieldNumber = 9;
|
||||
private uint lFNCPMMHLCO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint LFNCPMMHLCO {
|
||||
get { return lFNCPMMHLCO_; }
|
||||
set {
|
||||
lFNCPMMHLCO_ = 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 (Type != other.Type) return false;
|
||||
if (Level != other.Level) return false;
|
||||
if (OKKPIDHMCIP != other.OKKPIDHMCIP) return false;
|
||||
if (LFNCPMMHLCO != other.LFNCPMMHLCO) 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 (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) hash ^= Type.GetHashCode();
|
||||
if (Level != 0) hash ^= Level.GetHashCode();
|
||||
if (OKKPIDHMCIP != 0) hash ^= OKKPIDHMCIP.GetHashCode();
|
||||
if (LFNCPMMHLCO != 0) hash ^= LFNCPMMHLCO.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 (Level != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (LFNCPMMHLCO != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(LFNCPMMHLCO);
|
||||
}
|
||||
if (OKKPIDHMCIP != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(OKKPIDHMCIP);
|
||||
}
|
||||
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
||||
output.WriteRawTag(112);
|
||||
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 (Level != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (LFNCPMMHLCO != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(LFNCPMMHLCO);
|
||||
}
|
||||
if (OKKPIDHMCIP != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(OKKPIDHMCIP);
|
||||
}
|
||||
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
||||
output.WriteRawTag(112);
|
||||
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 (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
|
||||
}
|
||||
if (Level != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
||||
}
|
||||
if (OKKPIDHMCIP != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OKKPIDHMCIP);
|
||||
}
|
||||
if (LFNCPMMHLCO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LFNCPMMHLCO);
|
||||
}
|
||||
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.Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
|
||||
Type = other.Type;
|
||||
}
|
||||
if (other.Level != 0) {
|
||||
Level = other.Level;
|
||||
}
|
||||
if (other.OKKPIDHMCIP != 0) {
|
||||
OKKPIDHMCIP = other.OKKPIDHMCIP;
|
||||
}
|
||||
if (other.LFNCPMMHLCO != 0) {
|
||||
LFNCPMMHLCO = other.LFNCPMMHLCO;
|
||||
}
|
||||
_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 48: {
|
||||
Level = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
LFNCPMMHLCO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
OKKPIDHMCIP = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
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 48: {
|
||||
Level = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
LFNCPMMHLCO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
OKKPIDHMCIP = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user