✨ feat(gvg): 激战期内存以及玩家移动、挑战操作
This commit is contained in:
@@ -11,6 +11,16 @@ export interface DicGVGAreaPoint {
|
||||
readonly score: number;
|
||||
// 位置
|
||||
readonly pointPosition: string;
|
||||
// 守卫名
|
||||
readonly name: number;
|
||||
// 守卫头像
|
||||
readonly head: number;
|
||||
// 守卫形象
|
||||
readonly spine: number;
|
||||
// 守卫战力
|
||||
readonly ce: number;
|
||||
// 守卫耐久
|
||||
readonly durability: number;
|
||||
}
|
||||
|
||||
export const dicGVGAreaPoint = new Map<number, DicGVGAreaPoint>();
|
||||
|
||||
Reference in New Issue
Block a user