module.exports = { init() { if (!Memory.Source) { Memory.Source = new Object(); Memory.Source.Energy = []; } } }