SLOVENSKI VOICEOVER - Complete in 12 files generated
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user