enum class LaneSide_t : uint8
{
    Center = 0,
    Left = 1,
    Right = 2,
};