Add: full functionality
This commit is contained in:
11
src/util/constants.js
Normal file
11
src/util/constants.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
const CONSTANTS = {
|
||||
CORE_ID: 0,
|
||||
HUERTOS_ID: 1,
|
||||
MINECRAFT_ID: 2,
|
||||
CINE_ID: 3,
|
||||
MPASTE_ID: 4
|
||||
};
|
||||
|
||||
export { CONSTANTS };
|
||||
Reference in New Issue
Block a user