From c4c01421171ff5f294e311acfe5625899b14a088 Mon Sep 17 00:00:00 2001 From: angelsl Date: Sun, 8 Aug 2021 02:22:44 +0800 Subject: [PATCH] Fix missed import --- src/features/game/scenes/gameManager/GameGlobalAPI.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/features/game/scenes/gameManager/GameGlobalAPI.ts b/src/features/game/scenes/gameManager/GameGlobalAPI.ts index 13904b3e9b..9dba4eff65 100644 --- a/src/features/game/scenes/gameManager/GameGlobalAPI.ts +++ b/src/features/game/scenes/gameManager/GameGlobalAPI.ts @@ -1,4 +1,3 @@ -import { courseId } from '../../../storySimulator/StorySimulatorRequest'; import { GameAction } from '../../action/GameActionTypes'; import { SoundAsset } from '../../assets/AssetsTypes'; import { getAwardProp } from '../../awards/GameAwardsHelper'; @@ -18,7 +17,7 @@ import { GamePhaseType } from '../../phase/GamePhaseTypes'; import { SettingsJson } from '../../save/GameSaveTypes'; import SourceAcademyGame from '../../SourceAcademyGame'; import { StateObserver, UserStateType } from '../../state/GameStateTypes'; -import { mandatory } from '../../utils/GameUtils'; +import { courseId, mandatory } from '../../utils/GameUtils'; import GameManager from './GameManager'; /**