[refactor] Moved 'getRandomInt' to its own TS file

This commit is contained in:
Steven Evans
2018-07-04 20:35:33 -04:00
parent 39c9488768
commit be9891d93b
9 changed files with 24 additions and 13 deletions
+2 -1
View File
@@ -3,10 +3,11 @@ import {Engine} from "./engine";
import {displayFactionContent} from "./Faction";
import {Player} from "./Player";
import {dialogBoxCreate} from "../utils/DialogBox";
import {addOffset, getRandomInt,
import {addOffset,
clearEventListenersEl,
clearEventListeners} from "../utils/HelperFunctions";
import {formatNumber} from "../utils/StringHelperFunctions";
import {getRandomInt} from "../utils/helpers/getRandomInt";
import {isString} from "../utils/helpers/isString";
import jsplumb from 'jsplumb'