From: masakih Date: Thu, 12 Jul 2018 12:41:55 +0000 (+0900) Subject: ビルドできなくなっていたので修正 X-Git-Tag: 1.9b46~1 X-Git-Url: http://git.osdn.net/view?p=kcd%2FKCD.git;a=commitdiff_plain;h=5b18d7ea4849cda40c676b4288de872049db5c06 ビルドできなくなっていたので修正 --- diff --git a/KCD/BattleCommand.swift b/KCD/BattleCommand.swift index f51ca70b..dd5324c7 100644 --- a/KCD/BattleCommand.swift +++ b/KCD/BattleCommand.swift @@ -27,7 +27,7 @@ final class BattleCommand: JSONCommand { GuardShelterCommand(apiResponse: apiResponse).execute() default: - EnemyStatusCommand(apiResponse: apiResponse).execute() + () } } }