Add: SpriteIconTimer

This commit is contained in:
2018-12-15 10:59:04 +09:00
parent 990a203b98
commit 3dd42ffe02
11 changed files with 126 additions and 29 deletions
+15
View File
@@ -113,4 +113,19 @@ SessionStorageManager.prototype.resetPlayingAppData = function() {
this.removeItem("playingAppKoreanName");
this.removeItem("record");
this.removeItem("appHighestRecord");
}
SessionStorageManager.prototype.resetAllAppData = function() {
this.removeItem("maestroID");
this.removeItem("maestroName");
this.removeItem("maestroAccountType");
this.removeItem("playerName");
this.removeItem("playerID");
this.removeItem("playerAccountType");
this.removeItem("playingAppID");
this.removeItem("playingAppName");
this.removeItem("playingAppKoreanName");
this.removeItem("record");
this.removeItem("appHighestRecord");
this.removeItem("isNewAppHighestRecord");
}