old source files of 2018-2020.
This commit is contained in:
15
GLOBAL_VARIABLES.js
Normal file
15
GLOBAL_VARIABLES.js
Normal 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
|
||||
};
|
||||
Reference in New Issue
Block a user