6 lines
108 B
JavaScript

class globalVariables {
waterOn = "";
initialWater = "";
}
module.exports = new globalVariables();