UNPKG

unity-i18n

Version:

i18n tool for unity game project

5 lines 194 B
import { Reporter } from "./Reporter.js"; const globalOption = {}; const reporter = new Reporter(); export const toolchain = { globalOption, reporter }; //# sourceMappingURL=toolchain.js.map