enum class AI_Strafing_t : uint8
{
    // MPropertySuppressEnumerator
    eInvalid = 0,
    // MPropertyFriendlyName = Disabled ( Face Path )
    eDisabled = 1,
    // MPropertyFriendlyName = Enabled ( Face Target )
    eEnabled = 2,
};