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