Skip to content
Snippets Groups Projects

Development to testing

Merged Ghost User requested to merge Development into testing
2 files
+ 105
27
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -22,6 +22,8 @@ import {
import { ScoreService } from '../score/score.service';
import { ScoreEntity } from '../score/score.entity';
import { NotificationModule } from 'src/notifications/notifications.module';
import { GameService } from 'src/game/game.service';
import { TickService } from 'src/game/tick.service';
/////////////////////////////////////////////////////////////////////
/// Replay ///
@@ -51,6 +53,8 @@ import { NotificationModule } from 'src/notifications/notifications.module';
FactionService,
TrackingService,
ScoreService,
GameService,
TickService,
],
})
export class ReplayModule {}
Loading