misc: utilGame/index.ts
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user