pvp:生成对手

This commit is contained in:
luying
2021-10-29 16:36:23 +08:00
parent 7fb13da627
commit 50ea1c45cf
6 changed files with 64 additions and 34 deletions
+3
View File
@@ -1,3 +1,6 @@
import { PvpEnemies, PvpOtherHeroes } from '@domain/dbGeneral';
import { DicPvpOpponent } from '@pubUtils/dictionary/DicPvpOpponent';
import { DicWar } from '@pubUtils/dictionary/DicWar';
import { prop, Ref, mongoose } from '@typegoose/typegoose';
import Hero, { HeroType } from '../../db/Hero';
import { PvpDefenseType } from '../../db/PvpDefense';