Added Zero Tolerance with Addicted 2 Girls and GenderX.

This commit is contained in:
DebaucheryLibrarian
2020-09-04 03:07:28 +02:00
parent 21cc88dfea
commit 3c84a814a8
24 changed files with 185 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
'use strict';
const { fetchApiLatest, fetchApiUpcoming, fetchScene, fetchApiProfile } = require('./gamma');
module.exports = {
fetchLatest: fetchApiLatest,
fetchProfile: fetchApiProfile,
fetchScene,
fetchUpcoming: fetchApiUpcoming,
};