old source files of 2018-2020.

This commit is contained in:
Douwe Ravers
2022-04-15 14:29:07 +02:00
parent 0985358150
commit 85215ebd97
20 changed files with 676 additions and 795 deletions

15
GLOBAL_VARIABLES.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = {
// JOBS
JOB_HARVESTER: 0,
JOB_MINER: 1,
JOB_SUPPLIER: 2,
JOB_BUILDER:3,
JOB_UPGRADER: 4,
JOB_DEFENDER: 5,
JOB_RESERVER: 6,
JOB_RESERVED_HARVESTER: 7
// OTHER
};