enum class ELeapState_ t : uint8
{
ELeapState_ None = 0,
ELeapState_ Startup = 1,
ELeapState_ BoostingUp = 2,
ELeapState_ CrashingDown = 3,
ELeapState_ Land = 4,
};enum class ELeapState_ t : uint8
{
ELeapState_ None = 0,
ELeapState_ Startup = 1,
ELeapState_ BoostingUp = 2,
ELeapState_ CrashingDown = 3,
ELeapState_ Land = 4,
};