SLOVENSKI VOICEOVER - Complete in 12 files generated

This commit is contained in:
2026-01-04 13:40:24 +01:00
parent 49b2b741e7
commit f88f2c4cae
29 changed files with 906 additions and 40 deletions

View File

@@ -12,7 +12,7 @@
* - Gronk's expedition integration
*/
export class CraftingTablesSystem {
class CraftingTablesSystem {
constructor(game) {
this.game = game;
this.player = game.player;
@@ -571,4 +571,4 @@ export class CraftingTablesSystem {
}
}
export default CraftingTablesSystem;