mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Update init.ts
This commit is contained in:
parent
822b504d6a
commit
6f52792f05
@ -14,9 +14,7 @@ import { initAchievements } from "#system/achv";
|
|||||||
import { initVouchers } from "#system/voucher";
|
import { initVouchers } from "#system/voucher";
|
||||||
import { initStatsKeys } from "#ui/game-stats-ui-handler";
|
import { initStatsKeys } from "#ui/game-stats-ui-handler";
|
||||||
|
|
||||||
/**
|
/** Initialize the game. */
|
||||||
* Initialize various values at the beginning of each testing instance.
|
|
||||||
*/
|
|
||||||
export function initializeGame() {
|
export function initializeGame() {
|
||||||
initModifierTypes();
|
initModifierTypes();
|
||||||
initModifierPools();
|
initModifierPools();
|
||||||
|
Loading…
Reference in New Issue
Block a user