Files
screeps/rooms.js
2022-04-15 14:27:00 +02:00

7 lines
103 B
JavaScript

/**
* Managing the behavior of buildings and creeps is on a per room level.
*/
module.exports = {
}