fix 编译将share也给过去
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
/**
|
||||
* 体力系统
|
||||
*/
|
||||
import { PvpDefenseModel, Heroes, OppPlayers, Robot, PvpDefenseType } from '../../../shared/db/pvpDefense';
|
||||
import { RoleType } from '../../../shared/db/Role';
|
||||
import { PVP_HERO_POS, ROBOT_NAME } from '../../../shared/consts';
|
||||
import { PvpDefenseModel, Heroes, OppPlayers, Robot, PvpDefenseType } from '../db/pvpDefense';
|
||||
import { RoleType } from '../db/Role';
|
||||
import { PVP_HERO_POS, ROBOT_NAME } from '../consts';
|
||||
|
||||
import { dicPvpOpponent, DicPvpOpponent } from "../../../shared/pubUtils/dictionary/DicPvpOpponent";
|
||||
import { getRandomIndexByLen, genCode, getRandomByLen } from '../../../shared/pubUtils/util';
|
||||
import { oppPlayersInter } from '../../../shared/pubUtils/interface';
|
||||
import { gameData } from "../../../shared/pubUtils/data";
|
||||
import { dicPvpOpponent, DicPvpOpponent } from "../pubUtils/dictionary/DicPvpOpponent";
|
||||
import { getRandomIndexByLen, genCode, getRandomByLen } from '../pubUtils/util';
|
||||
import { oppPlayersInter } from '../pubUtils/interface';
|
||||
import { gameData } from "../pubUtils/data";
|
||||
|
||||
|
||||
export async function initPvpInfo(role: RoleType) {
|
||||
|
||||
Reference in New Issue
Block a user