OSDN Git Service

Deckにship_6を追加
authormasakih <masakih@users.sourceforge.jp>
Thu, 23 Nov 2017 03:17:33 +0000 (12:17 +0900)
committermasakih <masakih@users.sourceforge.jp>
Thu, 23 Nov 2017 03:17:33 +0000 (12:17 +0900)
KCD/Deck.swift
KCD/KCD.xcdatamodeld/KCD.xcdatamodel/contents

index 81916e1..1fc8d99 100644 (file)
@@ -26,6 +26,7 @@ final class Deck: KCManagedObject {
     @NSManaged var ship_3: Int
     @NSManaged var ship_4: Int
     @NSManaged var ship_5: Int
+    @NSManaged var ship_6: Int
 }
 // swiftlint:eable variable_name
 
index a66ae2f..cd61ad1 100644 (file)
@@ -75,6 +75,7 @@
         <attribute name="ship_3" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
         <attribute name="ship_4" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
         <attribute name="ship_5" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
+        <attribute name="ship_6" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
     </entity>
     <entity name="KenzoDock" representedClassName="KCD.KenzoDock" syncable="YES">
         <attribute name="complete_time" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
         <element name="AirBase" positionX="9" positionY="153" width="128" height="135"/>
         <element name="AirBasePlaneInfo" positionX="18" positionY="162" width="128" height="150"/>
         <element name="Basic" positionX="0" positionY="0" width="128" height="645"/>
-        <element name="Deck" positionX="0" positionY="0" width="128" height="270"/>
+        <element name="Deck" positionX="0" positionY="0" width="128" height="285"/>
         <element name="KenzoDock" positionX="0" positionY="0" width="128" height="210"/>
         <element name="MasterFurniture" positionX="0" positionY="0" width="128" height="30"/>
         <element name="MasterMapArea" positionX="0" positionY="0" width="128" height="90"/>