UNPKG

ori-core-java

Version:

Simple Minecraft library for launching minecraft game written in Typescript.

10 lines (9 loc) 381 B
/** * @author Cosmic-fi */ 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 };