OSDN Git Service

Timerをクロージャ方式にした
[kcd/KCD.git] / KCD / BattleCommand.swift
index e9c1958..dd5324c 100644 (file)
@@ -26,7 +26,8 @@ final class BattleCommand: JSONCommand {
             DummyShipCommand(apiResponse: apiResponse).execute()
             GuardShelterCommand(apiResponse: apiResponse).execute()
             
-        default: break
+        default:
+            ()
         }
     }
 }