Fix: remove AppInfoManager

This commit is contained in:
2018-06-05 14:33:04 +09:00
parent 1bcce524e3
commit 5f53360871
4 changed files with 4 additions and 7 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ class Result {
let screenBottom = new ScreenBottom();
screenBottom.makeBottomLine();
screenBottom.printBottomLeftText("게임 진행 정보");
let playingAppName = appInfoManager.getAppNameKorean(sessionStorageManager.playingAppName);
screenBottom.printBottomCenterText(playingAppName);
screenBottom.printBottomCenterText(sessionStorageManager.playingAppKoreanName);
screenBottom.printBottomRightText(sessionStorageManager.playerName);
}