예약 커맨드 비용 표시 복원
This commit is contained in:
@@ -65,6 +65,7 @@ export type CommandAvailability = {
|
||||
key: string;
|
||||
name: string;
|
||||
turnDurationText?: string;
|
||||
costText?: string;
|
||||
reqArg: boolean;
|
||||
status: 'available' | 'blocked' | 'needsInput' | 'unknown';
|
||||
possible: boolean;
|
||||
|
||||
Reference in New Issue
Block a user