enum class DevTriggerType_t : uint32
{
    Invalid = 0,
    SpawnIdol = 1,
    SpawnNeutrals = 2,
};