mirror of
https://github.com/ApfelTeeSaft/SolarisMMSCrackV2.git
synced 2026-08-26 19:33:37 +00:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
const auth = require('./auth');
|
|
const servers = require('./servers');
|
|
const matchmaking = require('../fortnite/matchmaking');
|
|
|
|
module.exports = {
|
|
auth,
|
|
servers,
|
|
matchmaking
|
|
}; |