enum class ELashGrappleState : uint8
{
ELashGrappleState_ None = 0,
ELashGrappleState_ LiftingUp = 1,
ELashGrappleState_ HangingInAir = 2,
};enum class ELashGrappleState : uint8
{
ELashGrappleState_ None = 0,
ELashGrappleState_ LiftingUp = 1,
ELashGrappleState_ HangingInAir = 2,
};