enum class EFlightState : uint8
{
    None = 0,
    Boosting = 1,
    Flying = 2,
};