OSDN Git Service

不要となっていたプロパティを削除
[kcd/KCD.git] / KCD / RealDestroyShipCommand.swift
index d2c2502..dae4598 100644 (file)
@@ -23,6 +23,7 @@ final class RealDestroyShipCommand: JSONCommand {
                 
                 // remove allEquipment
                 ships.forEach {
+                    
                     $0.equippedItem = []
                     $0.extraItem = nil
                 }