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

@@ -11,7 +11,7 @@
* - Special events (baking competition, birthday cakes)
*/
export class BakeryShopSystem {
class BakeryShopSystem {
constructor(game) {
this.game = game;
this.player = game.player;
@@ -546,4 +546,4 @@ export class BakeryShopSystem {
}
}
export default BakeryShopSystem;