enum class NPCStatusEffectType_t : uint32
{
    STATUS_EFFECT_NONE = 0,
    STATUS_EFFECT_LAST = 1,
    STATUS_EFFECT_COUNT = 0,
};