[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,7 +3,8 @@ import {CONSTANTS} from "./Constants";
import {Engine} from "./engine";
import {Player} from "./Player";
import {dialogBoxCreate} from "../utils/DialogBox";
import {clearEventListeners, getRandomInt} from "../utils/HelperFunctions";
import {clearEventListeners} from "../utils/HelperFunctions";
import {getRandomInt} from "../utils/helpers/getRandomInt";
import {infiltrationBoxCreate} from "../utils/InfiltrationBox";
import {formatNumber} from "../utils/StringHelperFunctions";