feat: 장수 패널에 개인 전략 표기

This commit is contained in:
2023-12-25 16:41:52 +00:00
parent 8e93c69582
commit ca46061d17
5 changed files with 69 additions and 16 deletions
+2
View File
@@ -81,6 +81,8 @@ export type GeneralListItemP1 = {
killcrew: number;
deathcrew: number;
firenum: number;
impossibleUserAction: [string, number][];
} & GeneralListItemP0;
export type GeneralListItemP2 = GeneralListItemP1;