minecraft-java-core
Version:
A library starting minecraft game NW.js and Electron.js
12 lines (11 loc) • 516 B
TypeScript
/**
* @author Luuxis
* Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN)
*/
import AZauth from './Authenticator/AZauth.js';
import Launch from './Launch.js';
import Microsoft from './Authenticator/Microsoft.js';
import * as Mojang from './Authenticator/Mojang.js';
import Status from './StatusServer/status.js';
import Downloader from './utils/Downloader.js';
export { AZauth as AZauth, Launch as Launch, Microsoft as Microsoft, Mojang as Mojang, Status as Status, Downloader as Downloader };