关卡:星级记录

This commit is contained in:
luying
2021-11-03 11:22:55 +08:00
parent 8afe9150f2
commit 158ded6501
6 changed files with 51 additions and 38 deletions
+2
View File
@@ -188,6 +188,8 @@ export class WarStar {
warType: number; // 关卡类型
@prop({ required: true })
star: number; // 星级
@prop({ required: true, type: Number })
stars: number[]; // 星级
}
export class Teraph {