pvp:修复赛季相关
This commit is contained in:
@@ -77,7 +77,7 @@ export class Enemies extends PvpHeroInfo {
|
||||
@prop({ required: false })
|
||||
y: number; // 战场y坐标
|
||||
@prop({ required: false })
|
||||
direction: number; // 朝向
|
||||
dirction: number; // 朝向
|
||||
@prop({ required: false })
|
||||
var: number; // 变量
|
||||
@prop({ required: false })
|
||||
@@ -99,7 +99,7 @@ export class Enemies extends PvpHeroInfo {
|
||||
this.outIndex = heroInfo.outIndex != undefined ? heroInfo.outIndex : warjson.outIndex;
|
||||
this.x = warjson.x;
|
||||
this.y = warjson.y;
|
||||
this.direction = warjson.direction;
|
||||
this.dirction = warjson.dirction;
|
||||
this.var = warjson.var;
|
||||
this.lv = heroInfo.lv != undefined ? heroInfo.lv : warjson.lv;
|
||||
this.hide = warjson.hide;
|
||||
|
||||
Reference in New Issue
Block a user