Complete overhaul of code structure and relevant files (#639)
This commit is contained in:
4
src/InitSaveLoad/Variables.js
Normal file
4
src/InitSaveLoad/Variables.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/* eslint-disable prefer-const */
|
||||
/** Variable that shows if Cookie Moonster is initzializing */
|
||||
export let isInitializing = false;
|
||||
export let test;
|
||||
Reference in New Issue
Block a user