From 63771da8766950288ea21bccaa642a3563fc10eb Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 26 Aug 2022 00:32:06 +0900 Subject: [PATCH] misc: utilGame/index.ts --- hwe/ts/utilGame/index.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hwe/ts/utilGame/index.ts diff --git a/hwe/ts/utilGame/index.ts b/hwe/ts/utilGame/index.ts new file mode 100644 index 00000000..949fdc8c --- /dev/null +++ b/hwe/ts/utilGame/index.ts @@ -0,0 +1,15 @@ +export { calcInjury } from './calcInjury'; +export { formatCityName } from './formatCityName'; +export { formatConnectScore } from './formatConnectScore'; +export { formatDefenceTrain } from './formatDefenceTrain'; +export { formatDexLevel } from './formatDexLevel'; +export { formatGeneralTypeCall } from './formatGeneralTypeCall'; +export { formatHonor } from './formatHonor'; +export { formatInjury } from './formatInjury'; +export { formatLog } from './formatLog'; +export { formatOfficerLevelText } from './formatOfficerLevelText'; +export { formatVoteColor } from "./formatVoteColor"; +export { isValidObjKey } from "./isValidObjKey"; +export { nextExpLevelRemain } from "./nextExpLevelRemain"; +export { postFilterNationCommandGen } from "./postFilterNationCommandGen"; +export { isTechLimited, convTechLevel, getMaxRelativeTechLevel } from "./techLevel"; \ No newline at end of file