@furox/minecraft-java-core
Version:
A library starting minecraft game NW.js and Electron.js
11 lines (10 loc) • 454 B
TypeScript
/**
* @author Luuxis
* @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0/
*/
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';
export { AZauth as AZauth, Launch as Launch, Microsoft as Microsoft, Mojang as Mojang, Status as Status };