✨ feat(gvg): 激战期内存以及玩家移动、挑战操作
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
import { prop } from 'typegoose';
|
||||
import { ArtifactModelType } from '../../db/Artifact';
|
||||
import { Connect, EPlace, HeroSkin, HeroType, HeroUpdate, Talent } from '../../db/Hero';
|
||||
import { JewelSe, JewelType, RandSe } from '../../db/Jewel';
|
||||
@@ -155,8 +156,11 @@ export class ArtifactParam {
|
||||
}
|
||||
|
||||
// 阵容
|
||||
export interface LineupHero {
|
||||
export class LineupHero {
|
||||
@prop({ required: true })
|
||||
actorId: number; // 武将
|
||||
@prop({ required: true })
|
||||
dataId: number; // 出兵表上的位置
|
||||
@prop({ required: true })
|
||||
order: number; // 行动
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user