OSDN Git Service

ビルドできなくなっていたので修正
authormasakih <masakih@users.sourceforge.jp>
Thu, 12 Jul 2018 12:41:55 +0000 (21:41 +0900)
committermasakih <masakih@users.sourceforge.jp>
Thu, 12 Jul 2018 12:41:55 +0000 (21:41 +0900)
KCD/BattleCommand.swift

index f51ca70..dd5324c 100644 (file)
@@ -27,7 +27,7 @@ final class BattleCommand: JSONCommand {
             GuardShelterCommand(apiResponse: apiResponse).execute()
             
         default:
-            EnemyStatusCommand(apiResponse: apiResponse).execute()
+            ()
         }
     }
 }