6 lines
110 B
JavaScript
Raw Normal View History

2020-09-12 11:42:02 +01:00
class globalVariables {
waterOn = "";
2020-09-14 13:47:23 +01:00
waterNextEvent = "";
2020-09-12 11:42:02 +01:00
}
module.exports = new globalVariables();