feat(WIP): processing 임관

- 구 css 코드 남은것 해결
This commit is contained in:
2021-12-21 23:19:07 +09:00
parent c628f9237f
commit f1e79699a4
9 changed files with 232 additions and 145 deletions
+1
View File
@@ -43,6 +43,7 @@ export type procNationItem = {
name: string,
color: string,
power: number,
scoutMsg?: string,
info?: string,
notAvailable?: boolean,
};