feat(WIP): 커맨드 윈도우 UI 구성
This commit is contained in:
@@ -183,6 +183,7 @@ export type TurnObj = {
|
||||
export type CommandItem = {
|
||||
value: string;
|
||||
title: string;
|
||||
info: string,
|
||||
compensation: number;
|
||||
simpleName: string;
|
||||
possible: boolean;
|
||||
|
||||
Reference in New Issue
Block a user