mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-22 15:22:28 +01:00
20 lines
412 B
TypeScript
20 lines
412 B
TypeScript
import accountService from './accountService.js';
|
|
import binding from './binding.js';
|
|
import gameHub from './gameHub.js';
|
|
import launcher from './launcher.js';
|
|
import launcherWeb from './launcherWeb.js';
|
|
import u8 from './u8.js';
|
|
import webview from './webview.js';
|
|
import zonai from './zonai.js';
|
|
|
|
export default {
|
|
accountService,
|
|
binding,
|
|
gameHub,
|
|
launcher,
|
|
launcherWeb,
|
|
u8,
|
|
webview,
|
|
zonai,
|
|
};
|