Complete overhaul of code structure and relevant files (#639)
This commit is contained in:
12
src/CookieMonster.js
Normal file
12
src/CookieMonster.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import init from './InitSaveLoad/init';
|
||||
import load from './InitSaveLoad/load';
|
||||
import save from './InitSaveLoad/save';
|
||||
|
||||
const CM = {
|
||||
init,
|
||||
load,
|
||||
save,
|
||||
};
|
||||
|
||||
Game.registerMod('CookieMonster', CM);
|
||||
Reference in New Issue
Block a user