This commit is contained in:
2025-07-28 14:57:27 +02:00
parent 48eb799861
commit 6ab0cab5a0
18 changed files with 437 additions and 34 deletions

5
modules/config.js Normal file
View File

@@ -0,0 +1,5 @@
export const POKEMON = {};
POKEMON.attributes = {
Test: "TEST!"
}