| | 1 | | // <auto-generated> |
| | 2 | | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| | 3 | | // source: configs/proto/simulator_config.proto |
| | 4 | | // </auto-generated> |
| | 5 | | #pragma warning disable 1591, 0612, 3021, 8981 |
| | 6 | | #region Designer generated code |
| | 7 | |
|
| | 8 | | using pb = global::Google.Protobuf; |
| | 9 | | using pbc = global::Google.Protobuf.Collections; |
| | 10 | | using pbr = global::Google.Protobuf.Reflection; |
| | 11 | | using scg = global::System.Collections.Generic; |
| | 12 | | namespace Micromissiles { |
| | 13 | |
|
| | 14 | | /// <summary>Holder for reflection information generated from configs/proto/simulator_config.proto</summary> |
| | 15 | | public static partial class SimulatorConfigReflection { |
| | 16 | |
|
| | 17 | | #region Descriptor |
| | 18 | | /// <summary>File descriptor for configs/proto/simulator_config.proto</summary> |
| | 19 | | public static pbr::FileDescriptor Descriptor { |
| 0 | 20 | | get { return descriptor; } |
| | 21 | | } |
| | 22 | | private static pbr::FileDescriptor descriptor; |
| | 23 | |
|
| 0 | 24 | | static SimulatorConfigReflection() { |
| 0 | 25 | | byte[] descriptorData = global::System.Convert.FromBase64String( |
| | 26 | | string.Concat( |
| | 27 | | "CiRjb25maWdzL3Byb3RvL3NpbXVsYXRvcl9jb25maWcucHJvdG8SDW1pY3Jv", |
| | 28 | | "bWlzc2lsZXMi1gEKD1NpbXVsYXRvckNvbmZpZxIgChhlbmFibGVfdGVsZW1l", |
| | 29 | | "dHJ5X2xvZ2dpbmcYASABKAgSHAoUZW5hYmxlX2V2ZW50X2xvZ2dpbmcYAiAB", |
| | 30 | | "KAgSIwobZW5hYmxlX21pc3NpbGVfdHJhaWxfZWZmZWN0GAMgASgIEh8KF2Vu", |
| | 31 | | "YWJsZV9leHBsb3Npb25fZWZmZWN0GAQgASgIEhsKE3BoeXNpY3NfdXBkYXRl", |
| | 32 | | "X3JhdGUYBSABKAISIAoYcGVyc2lzdGVudF9mbGlnaHRfdHJhaWxzGAYgASgI", |
| | 33 | | "YgZwcm90bzM=")); |
| 0 | 34 | | descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
| | 35 | | new pbr::FileDescriptor[] { }, |
| | 36 | | new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { |
| | 37 | | new pbr::GeneratedClrTypeInfo(typeof(global::Micromissiles.SimulatorConfig), global::Micromissiles.Simulator |
| | 38 | | })); |
| 0 | 39 | | } |
| | 40 | | #endregion |
| | 41 | |
|
| | 42 | | } |
| | 43 | | #region Messages |
| | 44 | | /// <summary> |
| | 45 | | /// Simulator configuration. |
| | 46 | | /// </summary> |
| | 47 | | [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] |
| | 48 | | public sealed partial class SimulatorConfig : pb::IMessage<SimulatorConfig> |
| | 49 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 50 | | , pb::IBufferMessage |
| | 51 | | #endif |
| | 52 | | { |
| | 53 | | private static readonly pb::MessageParser<SimulatorConfig> _parser = new pb::MessageParser<SimulatorConfig>(() => ne |
| | 54 | | private pb::UnknownFieldSet _unknownFields; |
| | 55 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 56 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 57 | | public static pb::MessageParser<SimulatorConfig> Parser { get { return _parser; } } |
| | 58 | |
|
| | 59 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 60 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 61 | | public static pbr::MessageDescriptor Descriptor { |
| | 62 | | get { return global::Micromissiles.SimulatorConfigReflection.Descriptor.MessageTypes[0]; } |
| | 63 | | } |
| | 64 | |
|
| | 65 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 66 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 67 | | pbr::MessageDescriptor pb::IMessage.Descriptor { |
| | 68 | | get { return Descriptor; } |
| | 69 | | } |
| | 70 | |
|
| | 71 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 72 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 73 | | public SimulatorConfig() { |
| | 74 | | OnConstruction(); |
| | 75 | | } |
| | 76 | |
|
| | 77 | | partial void OnConstruction(); |
| | 78 | |
|
| | 79 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 80 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 81 | | public SimulatorConfig(SimulatorConfig other) : this() { |
| | 82 | | enableTelemetryLogging_ = other.enableTelemetryLogging_; |
| | 83 | | enableEventLogging_ = other.enableEventLogging_; |
| | 84 | | enableMissileTrailEffect_ = other.enableMissileTrailEffect_; |
| | 85 | | enableExplosionEffect_ = other.enableExplosionEffect_; |
| | 86 | | physicsUpdateRate_ = other.physicsUpdateRate_; |
| | 87 | | persistentFlightTrails_ = other.persistentFlightTrails_; |
| | 88 | | _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
| | 89 | | } |
| | 90 | |
|
| | 91 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 92 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 93 | | public SimulatorConfig Clone() { |
| | 94 | | return new SimulatorConfig(this); |
| | 95 | | } |
| | 96 | |
|
| | 97 | | /// <summary>Field number for the "enable_telemetry_logging" field.</summary> |
| | 98 | | public const int EnableTelemetryLoggingFieldNumber = 1; |
| | 99 | | private bool enableTelemetryLogging_; |
| | 100 | | /// <summary> |
| | 101 | | /// Enable telemetry logging. |
| | 102 | | /// </summary> |
| | 103 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 104 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 105 | | public bool EnableTelemetryLogging { |
| | 106 | | get { return enableTelemetryLogging_; } |
| | 107 | | set { |
| | 108 | | enableTelemetryLogging_ = value; |
| | 109 | | } |
| | 110 | | } |
| | 111 | |
|
| | 112 | | /// <summary>Field number for the "enable_event_logging" field.</summary> |
| | 113 | | public const int EnableEventLoggingFieldNumber = 2; |
| | 114 | | private bool enableEventLogging_; |
| | 115 | | /// <summary> |
| | 116 | | /// Enable event logging. |
| | 117 | | /// </summary> |
| | 118 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 119 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 120 | | public bool EnableEventLogging { |
| | 121 | | get { return enableEventLogging_; } |
| | 122 | | set { |
| | 123 | | enableEventLogging_ = value; |
| | 124 | | } |
| | 125 | | } |
| | 126 | |
|
| | 127 | | /// <summary>Field number for the "enable_missile_trail_effect" field.</summary> |
| | 128 | | public const int EnableMissileTrailEffectFieldNumber = 3; |
| | 129 | | private bool enableMissileTrailEffect_; |
| | 130 | | /// <summary> |
| | 131 | | /// Enable missile trail effect. |
| | 132 | | /// </summary> |
| | 133 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 134 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 135 | | public bool EnableMissileTrailEffect { |
| | 136 | | get { return enableMissileTrailEffect_; } |
| | 137 | | set { |
| | 138 | | enableMissileTrailEffect_ = value; |
| | 139 | | } |
| | 140 | | } |
| | 141 | |
|
| | 142 | | /// <summary>Field number for the "enable_explosion_effect" field.</summary> |
| | 143 | | public const int EnableExplosionEffectFieldNumber = 4; |
| | 144 | | private bool enableExplosionEffect_; |
| | 145 | | /// <summary> |
| | 146 | | /// Enable explosion effect. |
| | 147 | | /// </summary> |
| | 148 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 149 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 150 | | public bool EnableExplosionEffect { |
| | 151 | | get { return enableExplosionEffect_; } |
| | 152 | | set { |
| | 153 | | enableExplosionEffect_ = value; |
| | 154 | | } |
| | 155 | | } |
| | 156 | |
|
| | 157 | | /// <summary>Field number for the "physics_update_rate" field.</summary> |
| | 158 | | public const int PhysicsUpdateRateFieldNumber = 5; |
| | 159 | | private float physicsUpdateRate_; |
| | 160 | | /// <summary> |
| | 161 | | /// Physics update rate in Hz. |
| | 162 | | /// </summary> |
| | 163 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 164 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 165 | | public float PhysicsUpdateRate { |
| | 166 | | get { return physicsUpdateRate_; } |
| | 167 | | set { |
| | 168 | | physicsUpdateRate_ = value; |
| | 169 | | } |
| | 170 | | } |
| | 171 | |
|
| | 172 | | /// <summary>Field number for the "persistent_flight_trails" field.</summary> |
| | 173 | | public const int PersistentFlightTrailsFieldNumber = 6; |
| | 174 | | private bool persistentFlightTrails_; |
| | 175 | | /// <summary> |
| | 176 | | /// Persistent flight trails. |
| | 177 | | /// </summary> |
| | 178 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 179 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 180 | | public bool PersistentFlightTrails { |
| | 181 | | get { return persistentFlightTrails_; } |
| | 182 | | set { |
| | 183 | | persistentFlightTrails_ = value; |
| | 184 | | } |
| | 185 | | } |
| | 186 | |
|
| | 187 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 188 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 189 | | public override bool Equals(object other) { |
| | 190 | | return Equals(other as SimulatorConfig); |
| | 191 | | } |
| | 192 | |
|
| | 193 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 194 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 195 | | public bool Equals(SimulatorConfig other) { |
| | 196 | | if (ReferenceEquals(other, null)) { |
| | 197 | | return false; |
| | 198 | | } |
| | 199 | | if (ReferenceEquals(other, this)) { |
| | 200 | | return true; |
| | 201 | | } |
| | 202 | | if (EnableTelemetryLogging != other.EnableTelemetryLogging) return false; |
| | 203 | | if (EnableEventLogging != other.EnableEventLogging) return false; |
| | 204 | | if (EnableMissileTrailEffect != other.EnableMissileTrailEffect) return false; |
| | 205 | | if (EnableExplosionEffect != other.EnableExplosionEffect) return false; |
| | 206 | | if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(PhysicsUpdateRate, other.PhysicsUpdateRat |
| | 207 | | if (PersistentFlightTrails != other.PersistentFlightTrails) return false; |
| | 208 | | return Equals(_unknownFields, other._unknownFields); |
| | 209 | | } |
| | 210 | |
|
| | 211 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 212 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 213 | | public override int GetHashCode() { |
| | 214 | | int hash = 1; |
| | 215 | | if (EnableTelemetryLogging != false) hash ^= EnableTelemetryLogging.GetHashCode(); |
| | 216 | | if (EnableEventLogging != false) hash ^= EnableEventLogging.GetHashCode(); |
| | 217 | | if (EnableMissileTrailEffect != false) hash ^= EnableMissileTrailEffect.GetHashCode(); |
| | 218 | | if (EnableExplosionEffect != false) hash ^= EnableExplosionEffect.GetHashCode(); |
| | 219 | | if (PhysicsUpdateRate != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Phys |
| | 220 | | if (PersistentFlightTrails != false) hash ^= PersistentFlightTrails.GetHashCode(); |
| | 221 | | if (_unknownFields != null) { |
| | 222 | | hash ^= _unknownFields.GetHashCode(); |
| | 223 | | } |
| | 224 | | return hash; |
| | 225 | | } |
| | 226 | |
|
| | 227 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 228 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 229 | | public override string ToString() { |
| | 230 | | return pb::JsonFormatter.ToDiagnosticString(this); |
| | 231 | | } |
| | 232 | |
|
| | 233 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 234 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 235 | | public void WriteTo(pb::CodedOutputStream output) { |
| | 236 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 237 | | output.WriteRawMessage(this); |
| | 238 | | #else |
| | 239 | | if (EnableTelemetryLogging != false) { |
| | 240 | | output.WriteRawTag(8); |
| | 241 | | output.WriteBool(EnableTelemetryLogging); |
| | 242 | | } |
| | 243 | | if (EnableEventLogging != false) { |
| | 244 | | output.WriteRawTag(16); |
| | 245 | | output.WriteBool(EnableEventLogging); |
| | 246 | | } |
| | 247 | | if (EnableMissileTrailEffect != false) { |
| | 248 | | output.WriteRawTag(24); |
| | 249 | | output.WriteBool(EnableMissileTrailEffect); |
| | 250 | | } |
| | 251 | | if (EnableExplosionEffect != false) { |
| | 252 | | output.WriteRawTag(32); |
| | 253 | | output.WriteBool(EnableExplosionEffect); |
| | 254 | | } |
| | 255 | | if (PhysicsUpdateRate != 0F) { |
| | 256 | | output.WriteRawTag(45); |
| | 257 | | output.WriteFloat(PhysicsUpdateRate); |
| | 258 | | } |
| | 259 | | if (PersistentFlightTrails != false) { |
| | 260 | | output.WriteRawTag(48); |
| | 261 | | output.WriteBool(PersistentFlightTrails); |
| | 262 | | } |
| | 263 | | if (_unknownFields != null) { |
| | 264 | | _unknownFields.WriteTo(output); |
| | 265 | | } |
| | 266 | | #endif |
| | 267 | | } |
| | 268 | |
|
| | 269 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 270 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 271 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 272 | | void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { |
| | 273 | | if (EnableTelemetryLogging != false) { |
| | 274 | | output.WriteRawTag(8); |
| | 275 | | output.WriteBool(EnableTelemetryLogging); |
| | 276 | | } |
| | 277 | | if (EnableEventLogging != false) { |
| | 278 | | output.WriteRawTag(16); |
| | 279 | | output.WriteBool(EnableEventLogging); |
| | 280 | | } |
| | 281 | | if (EnableMissileTrailEffect != false) { |
| | 282 | | output.WriteRawTag(24); |
| | 283 | | output.WriteBool(EnableMissileTrailEffect); |
| | 284 | | } |
| | 285 | | if (EnableExplosionEffect != false) { |
| | 286 | | output.WriteRawTag(32); |
| | 287 | | output.WriteBool(EnableExplosionEffect); |
| | 288 | | } |
| | 289 | | if (PhysicsUpdateRate != 0F) { |
| | 290 | | output.WriteRawTag(45); |
| | 291 | | output.WriteFloat(PhysicsUpdateRate); |
| | 292 | | } |
| | 293 | | if (PersistentFlightTrails != false) { |
| | 294 | | output.WriteRawTag(48); |
| | 295 | | output.WriteBool(PersistentFlightTrails); |
| | 296 | | } |
| | 297 | | if (_unknownFields != null) { |
| | 298 | | _unknownFields.WriteTo(ref output); |
| | 299 | | } |
| | 300 | | } |
| | 301 | | #endif |
| | 302 | |
|
| | 303 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 304 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 305 | | public int CalculateSize() { |
| | 306 | | int size = 0; |
| | 307 | | if (EnableTelemetryLogging != false) { |
| | 308 | | size += 1 + 1; |
| | 309 | | } |
| | 310 | | if (EnableEventLogging != false) { |
| | 311 | | size += 1 + 1; |
| | 312 | | } |
| | 313 | | if (EnableMissileTrailEffect != false) { |
| | 314 | | size += 1 + 1; |
| | 315 | | } |
| | 316 | | if (EnableExplosionEffect != false) { |
| | 317 | | size += 1 + 1; |
| | 318 | | } |
| | 319 | | if (PhysicsUpdateRate != 0F) { |
| | 320 | | size += 1 + 4; |
| | 321 | | } |
| | 322 | | if (PersistentFlightTrails != false) { |
| | 323 | | size += 1 + 1; |
| | 324 | | } |
| | 325 | | if (_unknownFields != null) { |
| | 326 | | size += _unknownFields.CalculateSize(); |
| | 327 | | } |
| | 328 | | return size; |
| | 329 | | } |
| | 330 | |
|
| | 331 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 332 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 333 | | public void MergeFrom(SimulatorConfig other) { |
| | 334 | | if (other == null) { |
| | 335 | | return; |
| | 336 | | } |
| | 337 | | if (other.EnableTelemetryLogging != false) { |
| | 338 | | EnableTelemetryLogging = other.EnableTelemetryLogging; |
| | 339 | | } |
| | 340 | | if (other.EnableEventLogging != false) { |
| | 341 | | EnableEventLogging = other.EnableEventLogging; |
| | 342 | | } |
| | 343 | | if (other.EnableMissileTrailEffect != false) { |
| | 344 | | EnableMissileTrailEffect = other.EnableMissileTrailEffect; |
| | 345 | | } |
| | 346 | | if (other.EnableExplosionEffect != false) { |
| | 347 | | EnableExplosionEffect = other.EnableExplosionEffect; |
| | 348 | | } |
| | 349 | | if (other.PhysicsUpdateRate != 0F) { |
| | 350 | | PhysicsUpdateRate = other.PhysicsUpdateRate; |
| | 351 | | } |
| | 352 | | if (other.PersistentFlightTrails != false) { |
| | 353 | | PersistentFlightTrails = other.PersistentFlightTrails; |
| | 354 | | } |
| | 355 | | _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
| | 356 | | } |
| | 357 | |
|
| | 358 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 359 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 360 | | public void MergeFrom(pb::CodedInputStream input) { |
| | 361 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 362 | | input.ReadRawMessage(this); |
| | 363 | | #else |
| | 364 | | uint tag; |
| | 365 | | while ((tag = input.ReadTag()) != 0) { |
| | 366 | | if ((tag & 7) == 4) { |
| | 367 | | // Abort on any end group tag. |
| | 368 | | return; |
| | 369 | | } |
| | 370 | | switch(tag) { |
| | 371 | | default: |
| | 372 | | _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
| | 373 | | break; |
| | 374 | | case 8: { |
| | 375 | | EnableTelemetryLogging = input.ReadBool(); |
| | 376 | | break; |
| | 377 | | } |
| | 378 | | case 16: { |
| | 379 | | EnableEventLogging = input.ReadBool(); |
| | 380 | | break; |
| | 381 | | } |
| | 382 | | case 24: { |
| | 383 | | EnableMissileTrailEffect = input.ReadBool(); |
| | 384 | | break; |
| | 385 | | } |
| | 386 | | case 32: { |
| | 387 | | EnableExplosionEffect = input.ReadBool(); |
| | 388 | | break; |
| | 389 | | } |
| | 390 | | case 45: { |
| | 391 | | PhysicsUpdateRate = input.ReadFloat(); |
| | 392 | | break; |
| | 393 | | } |
| | 394 | | case 48: { |
| | 395 | | PersistentFlightTrails = input.ReadBool(); |
| | 396 | | break; |
| | 397 | | } |
| | 398 | | } |
| | 399 | | } |
| | 400 | | #endif |
| | 401 | | } |
| | 402 | |
|
| | 403 | | #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE |
| | 404 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| | 405 | | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| | 406 | | void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { |
| | 407 | | uint tag; |
| | 408 | | while ((tag = input.ReadTag()) != 0) { |
| | 409 | | if ((tag & 7) == 4) { |
| | 410 | | // Abort on any end group tag. |
| | 411 | | return; |
| | 412 | | } |
| | 413 | | switch(tag) { |
| | 414 | | default: |
| | 415 | | _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); |
| | 416 | | break; |
| | 417 | | case 8: { |
| | 418 | | EnableTelemetryLogging = input.ReadBool(); |
| | 419 | | break; |
| | 420 | | } |
| | 421 | | case 16: { |
| | 422 | | EnableEventLogging = input.ReadBool(); |
| | 423 | | break; |
| | 424 | | } |
| | 425 | | case 24: { |
| | 426 | | EnableMissileTrailEffect = input.ReadBool(); |
| | 427 | | break; |
| | 428 | | } |
| | 429 | | case 32: { |
| | 430 | | EnableExplosionEffect = input.ReadBool(); |
| | 431 | | break; |
| | 432 | | } |
| | 433 | | case 45: { |
| | 434 | | PhysicsUpdateRate = input.ReadFloat(); |
| | 435 | | break; |
| | 436 | | } |
| | 437 | | case 48: { |
| | 438 | | PersistentFlightTrails = input.ReadBool(); |
| | 439 | | break; |
| | 440 | | } |
| | 441 | | } |
| | 442 | | } |
| | 443 | | } |
| | 444 | | #endif |
| | 445 | |
|
| | 446 | | } |
| | 447 | |
|
| | 448 | | #endregion |
| | 449 | |
|
| | 450 | | } |
| | 451 | |
|
| | 452 | | #endregion Designer generated code |