Add: add sample player data for creating maestroID

This commit is contained in:
2018-09-06 12:35:21 +09:00
parent dfbd7b9df3
commit bee8004a84
3 changed files with 92 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const LANGUAGE_ENGLISH = "english";
const MODE_RELEASE = "release";
const MODE_DEBUG = "debug";
const runMode = MODE_RELEASE;
const runMode = MODE_DEBUG;
function isDebugMode() {
// console.log("debug mode ? " + runMode);