Add: full functionality

This commit is contained in:
Jose
2026-02-14 19:13:52 +01:00
parent bb73e1f564
commit f0abb85b1f
54 changed files with 2211 additions and 157 deletions

11
src/util/constants.js Normal file
View 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 };