Start to prepare wegame build

This commit is contained in:
tobspr 2021-05-25 13:09:33 +02:00
parent a3fb3c432a
commit 6e9fa89792
8 changed files with 902 additions and 0 deletions

View file

@ -0,0 +1,9 @@
function init(isDev) {
console.log("wegame: init");
}
function listen() {
console.log("wegame: listen");
}
module.exports = { init, listen };