feat(WIP): 커맨드 윈도우 UI 구성

This commit is contained in:
2022-03-23 20:12:59 +09:00
parent 70401d9567
commit 786f3a5136
3 changed files with 89 additions and 29 deletions
+1
View File
@@ -183,6 +183,7 @@ export type TurnObj = {
export type CommandItem = {
value: string;
title: string;
info: string,
compensation: number;
simpleName: string;
possible: boolean;