feat(sprint3): items + forge + craft + loot — équipement, artisanat lazy-calc, forge risque GDD
This commit is contained in:
@@ -6,6 +6,10 @@ import { AuthModule } from './auth/auth.module';
|
||||
import { CharacterModule } from './character/character.module';
|
||||
import { MonsterModule } from './monster/monster.module';
|
||||
import { CombatModule } from './combat/combat.module';
|
||||
import { ItemModule } from './item/item.module';
|
||||
import { MaterialModule } from './material/material.module';
|
||||
import { CraftModule } from './craft/craft.module';
|
||||
import { ForgeModule } from './forge/forge.module';
|
||||
import { HealthController } from './common/health.controller';
|
||||
|
||||
@Module({
|
||||
@@ -35,6 +39,10 @@ import { HealthController } from './common/health.controller';
|
||||
CharacterModule,
|
||||
MonsterModule,
|
||||
CombatModule,
|
||||
ItemModule,
|
||||
MaterialModule,
|
||||
CraftModule,
|
||||
ForgeModule,
|
||||
],
|
||||
controllers: [HealthController],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user