enum class FuncDoorSpawnPos_t : uint32
{
    FUNC_DOOR_SPAWN_CLOSED = 0,
    FUNC_DOOR_SPAWN_OPEN = 1,
};