Skip to content

Commit 9cb0b6e

Browse files
committed
Created empty file stubs for implementation.
1 parent e08ff97 commit 9cb0b6e

9 files changed

+14
-9
lines changed

role.archer.js

Whitespace-only changes.

role.builder.js

Whitespace-only changes.

role.explorer.js

Whitespace-only changes.

role.harvester.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
*
3+
* @type {Object}
4+
*/
5+
module.exports = {
6+
7+
};

role.js

Whitespace-only changes.

role.support.js

Whitespace-only changes.

role.warrior.js

Whitespace-only changes.

status.js

Whitespace-only changes.

status.spawn.js

+7-9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
* @type {Object}
66
*/
77
module.exports = {
8+
9+
10+
spawnNext: function (spawn) {
11+
12+
},
13+
814
/**
915
*
1016
* @param {StructureSpawn} spawn The spawn to run calculations on.
@@ -13,13 +19,5 @@ module.exports = {
1319
if (spawn.room.memory.spawnQueue[0] && !(spawn.spawning)) {
1420

1521
}
16-
},
17-
18-
/**
19-
*
20-
* @param {Spawnable} spawnable
21-
*/
22-
// timeToSpawn: function (spawnable) {
23-
// new Spawna
24-
// }
22+
}
2523
};

0 commit comments

Comments
 (0)