Add: SpriteIconTimer
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user