misc: utilGame/index.ts

This commit is contained in:
2022-08-26 00:34:56 +09:00
parent 68891fafdb
commit 63771da876
+15
View File
@@ -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";