diff --git a/GamesDat/Telemetry/Sources/Formula1/LiveryColour.cs b/GamesDat/Telemetry/Sources/Formula1/LiveryColour.cs index 3d5b372..e9267bc 100644 --- a/GamesDat/Telemetry/Sources/Formula1/LiveryColour.cs +++ b/GamesDat/Telemetry/Sources/Formula1/LiveryColour.cs @@ -5,8 +5,8 @@ namespace GamesDat.Core.Telemetry.Sources.Formula1 [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct LiveryColour { - byte red; - byte green; - byte blue; + public byte red; + public byte green; + public byte blue; } }