🐞 fix(gvg): 添加投石车
This commit is contained in:
@@ -7,6 +7,8 @@ export interface DicGVGAreaPoint {
|
||||
readonly pointId: number;
|
||||
// 区域id
|
||||
readonly areaId: number;
|
||||
// 类型 1-守卫者 2-投石车
|
||||
readonly type: number;
|
||||
// 积分
|
||||
readonly score: number;
|
||||
// 位置
|
||||
|
||||
Reference in New Issue
Block a user