enum class BeginDeathLifeStateTransition_t : uint8
{
    TRANSITION_TO_LIFESTATE_DYING = 0,
    TRANSITION_TO_LIFESTATE_DEAD = 1,
};