OSDN Git Service

Doutaku を 1.0 にアップデート
[kcd/KCD.git] / KCD / MasterSTypeMapper.swift
index 7b54f73..d41a268 100644 (file)
@@ -10,10 +10,8 @@ import Cocoa
 
 final class MasterSTypeMapper: JSONMapper {
     
-    typealias ObjectType = MasterSType
-
     let apiResponse: APIResponse
-    let configuration = MappingConfiguration(entity: MasterSType.entity,
+    let configuration = MappingConfiguration(entity: MasterSType.self,
                                              dataKeys: ["api_data", "api_mst_stype"],
                                              editorStore: ServerDataStore.oneTimeEditor(),
                                              ignoreKeys: ["api_equip_type"])