feat: 선전포고 구현

This commit is contained in:
2021-12-21 03:45:33 +09:00
parent dd6d59cf97
commit c757687eba
4 changed files with 60 additions and 12 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
import { default as che_국기변경 } from "./che_국기변경.vue";
import { default as che_국호변경 } from "./che_국호변경.vue";
import { default as NationProcess } from "./che_급습.vue";
import { default as NationProcess } from "./che_선전포고.vue";
import { default as GeneralAmountProcess } from "./che_몰수.vue";
import { default as GeneralCityProcess } from "./che_발령.vue";
@@ -9,6 +9,7 @@ export const commandMap: Record<string, typeof NationProcess> = {
che_국호변경,
che_급습: NationProcess,
che_몰수: GeneralAmountProcess,
che_선전포고: NationProcess,
che_포상: GeneralAmountProcess,
che_발령: GeneralCityProcess,
}