enum class StartupBehavior_t : uint32
{
    UNIT_STARTUP_BEHAVIOR_DEFAULT = 0,
    UNIT_STARTUP_BEHAVIOR_TAUNT = 1,
};