mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
10 lines
152 B
JavaScript
10 lines
152 B
JavaScript
function init(isDev) {
|
|
console.log("wegame: init");
|
|
}
|
|
|
|
function listen() {
|
|
console.log("wegame: listen");
|
|
}
|
|
|
|
module.exports = { init, listen };
|