UNPKG

mc-java-core-333

Version:

A better library starting minecraft game NW.js and Electron.js

17 lines (16 loc) 395 B
/** * This code is distributed under the CC-BY-NC 4.0 license: * https://creativecommons.org/licenses/by-nc/4.0/ * * Original author: Luuxis * Fork author: Benjas333 */ declare const path: any; declare const app: any, BrowserWindow: any, session: any; declare const defaultProperties: { width: number; height: number; resizable: boolean; center: boolean; icon: any; };