feat: update to game 3.2.0

This commit is contained in:
letheriver2007
2025-04-14 19:43:38 +08:00
parent 899053442a
commit bfa2eb5445
2873 changed files with 237238 additions and 115406 deletions

View File

@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChBSYWNpbmdEYXRhLnByb3RvGhVNb3ZpZVJhY2luZ1R5cGUucHJvdG8iZQoK",
"UmFjaW5nRGF0YRITCgtQRE9NQUNGRU1HRxgOIAEoDRINCgVsZXZlbBgHIAEo",
"DRIeCgR0eXBlGA8gASgOMhAuTW92aWVSYWNpbmdUeXBlEhMKC0lGQUlLT0lP",
"SUREGAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"UmFjaW5nRGF0YRITCgtJRkFJS09JT0lERBgHIAEoDRINCgVsZXZlbBgNIAEo",
"DRIeCgR0eXBlGAMgASgOMhAuTW92aWVSYWNpbmdUeXBlEhMKC1BET01BQ0ZF",
"TUdHGAUgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"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[]{ "PDOMACFEMGG", "Level", "Type", "IFAIKOIOIDD" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RacingData), global::EggLink.DanhengServer.Proto.RacingData.Parser, new[]{ "IFAIKOIOIDD", "Level", "Type", "PDOMACFEMGG" }, null, null, null, null)
}));
}
#endregion
@@ -74,10 +74,10 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RacingData(RacingData other) : this() {
pDOMACFEMGG_ = other.pDOMACFEMGG_;
iFAIKOIOIDD_ = other.iFAIKOIOIDD_;
level_ = other.level_;
type_ = other.type_;
iFAIKOIOIDD_ = other.iFAIKOIOIDD_;
pDOMACFEMGG_ = other.pDOMACFEMGG_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -87,20 +87,20 @@ namespace EggLink.DanhengServer.Proto {
return new RacingData(this);
}
/// <summary>Field number for the "PDOMACFEMGG" field.</summary>
public const int PDOMACFEMGGFieldNumber = 14;
private uint pDOMACFEMGG_;
/// <summary>Field number for the "IFAIKOIOIDD" field.</summary>
public const int IFAIKOIOIDDFieldNumber = 7;
private uint iFAIKOIOIDD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PDOMACFEMGG {
get { return pDOMACFEMGG_; }
public uint IFAIKOIOIDD {
get { return iFAIKOIOIDD_; }
set {
pDOMACFEMGG_ = value;
iFAIKOIOIDD_ = value;
}
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 7;
public const int LevelFieldNumber = 13;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -112,7 +112,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "type" field.</summary>
public const int TypeFieldNumber = 15;
public const int TypeFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.MovieRacingType type_ = global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -123,15 +123,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "IFAIKOIOIDD" field.</summary>
public const int IFAIKOIOIDDFieldNumber = 12;
private uint iFAIKOIOIDD_;
/// <summary>Field number for the "PDOMACFEMGG" field.</summary>
public const int PDOMACFEMGGFieldNumber = 5;
private uint pDOMACFEMGG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IFAIKOIOIDD {
get { return iFAIKOIOIDD_; }
public uint PDOMACFEMGG {
get { return pDOMACFEMGG_; }
set {
iFAIKOIOIDD_ = value;
pDOMACFEMGG_ = value;
}
}
@@ -150,10 +150,10 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (PDOMACFEMGG != other.PDOMACFEMGG) return false;
if (IFAIKOIOIDD != other.IFAIKOIOIDD) return false;
if (Level != other.Level) return false;
if (Type != other.Type) return false;
if (IFAIKOIOIDD != other.IFAIKOIOIDD) return false;
if (PDOMACFEMGG != other.PDOMACFEMGG) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -161,10 +161,10 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (PDOMACFEMGG != 0) hash ^= PDOMACFEMGG.GetHashCode();
if (IFAIKOIOIDD != 0) hash ^= IFAIKOIOIDD.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) hash ^= Type.GetHashCode();
if (IFAIKOIOIDD != 0) hash ^= IFAIKOIOIDD.GetHashCode();
if (PDOMACFEMGG != 0) hash ^= PDOMACFEMGG.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -183,21 +183,21 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (Level != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Level);
}
if (IFAIKOIOIDD != 0) {
output.WriteRawTag(96);
output.WriteUInt32(IFAIKOIOIDD);
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
output.WriteRawTag(24);
output.WriteEnum((int) Type);
}
if (PDOMACFEMGG != 0) {
output.WriteRawTag(112);
output.WriteRawTag(40);
output.WriteUInt32(PDOMACFEMGG);
}
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
output.WriteRawTag(120);
output.WriteEnum((int) Type);
if (IFAIKOIOIDD != 0) {
output.WriteRawTag(56);
output.WriteUInt32(IFAIKOIOIDD);
}
if (Level != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Level);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -209,21 +209,21 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Level != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Level);
}
if (IFAIKOIOIDD != 0) {
output.WriteRawTag(96);
output.WriteUInt32(IFAIKOIOIDD);
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
output.WriteRawTag(24);
output.WriteEnum((int) Type);
}
if (PDOMACFEMGG != 0) {
output.WriteRawTag(112);
output.WriteRawTag(40);
output.WriteUInt32(PDOMACFEMGG);
}
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
output.WriteRawTag(120);
output.WriteEnum((int) Type);
if (IFAIKOIOIDD != 0) {
output.WriteRawTag(56);
output.WriteUInt32(IFAIKOIOIDD);
}
if (Level != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Level);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -235,8 +235,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (PDOMACFEMGG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PDOMACFEMGG);
if (IFAIKOIOIDD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFAIKOIOIDD);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
@@ -244,8 +244,8 @@ namespace EggLink.DanhengServer.Proto {
if (Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
}
if (IFAIKOIOIDD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFAIKOIOIDD);
if (PDOMACFEMGG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PDOMACFEMGG);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -259,8 +259,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.PDOMACFEMGG != 0) {
PDOMACFEMGG = other.PDOMACFEMGG;
if (other.IFAIKOIOIDD != 0) {
IFAIKOIOIDD = other.IFAIKOIOIDD;
}
if (other.Level != 0) {
Level = other.Level;
@@ -268,8 +268,8 @@ namespace EggLink.DanhengServer.Proto {
if (other.Type != global::EggLink.DanhengServer.Proto.MovieRacingType.MovieRacingOverTake) {
Type = other.Type;
}
if (other.IFAIKOIOIDD != 0) {
IFAIKOIOIDD = other.IFAIKOIOIDD;
if (other.PDOMACFEMGG != 0) {
PDOMACFEMGG = other.PDOMACFEMGG;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -286,20 +286,20 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 56: {
Level = input.ReadUInt32();
case 24: {
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
break;
}
case 96: {
IFAIKOIOIDD = input.ReadUInt32();
break;
}
case 112: {
case 40: {
PDOMACFEMGG = input.ReadUInt32();
break;
}
case 120: {
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
case 56: {
IFAIKOIOIDD = input.ReadUInt32();
break;
}
case 104: {
Level = input.ReadUInt32();
break;
}
}
@@ -317,20 +317,20 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 56: {
Level = input.ReadUInt32();
case 24: {
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
break;
}
case 96: {
IFAIKOIOIDD = input.ReadUInt32();
break;
}
case 112: {
case 40: {
PDOMACFEMGG = input.ReadUInt32();
break;
}
case 120: {
Type = (global::EggLink.DanhengServer.Proto.MovieRacingType) input.ReadEnum();
case 56: {
IFAIKOIOIDD = input.ReadUInt32();
break;
}
case 104: {
Level = input.ReadUInt32();
break;
}
}