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

@@ -15,16 +15,8 @@
* - Existing Mining System
*/
import SleepSystem from './SleepSystem.js';
import CraftingTablesSystem from './CraftingTablesSystem.js';
import BakeryShopSystem from './BakeryShopSystem.js';
import BarberShopSystem from './BarberShopSystem.js';
import LawyerOfficeSystem from './LawyerOfficeSystem.js';
import ZombieMinerAutomationSystem from './ZombieMinerAutomationSystem.js';
import TownGrowthSystem from './TownGrowthSystem.js';
import NPCPrivacySystem from './NPCPrivacySystem.js';
export class MasterGameSystemsManager {
class MasterGameSystemsManager {
constructor(game) {
this.game = game;
this.scene = game.scene;
@@ -451,4 +443,4 @@ export class MasterGameSystemsManager {
}
}
export default MasterGameSystemsManager;