feat: 사령부 턴 입력기에도 일반, 고급 모드 적용
This commit is contained in:
@@ -38,6 +38,11 @@ const apiRealPath = {
|
||||
PushCommand: done,
|
||||
RepeatCommand: done,
|
||||
ReserveCommand: done,
|
||||
ReserveBulkCommand: done as CallbackT<{
|
||||
turnList: number[],
|
||||
action: string,
|
||||
arg: Args
|
||||
}[], ReserveBulkCommandResponse>,
|
||||
},
|
||||
Nation: {
|
||||
SetNotice: done,
|
||||
|
||||
Reference in New Issue
Block a user