enum class EEscortActivity : uint32
{
    IdleShielded = 0,
    Alert = 1,
    RangeAttack = 2,
    Dying = 3,
};