OSDN Git Service

Timerをクロージャ方式にした
[kcd/KCD.git] / 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()
+            ()
         }
     }
 }