OSDN Git Service

Doutaku を 1.0 にアップデート
[kcd/KCD.git] / KCD / MasterSTypeMapper.swift
index 00fbe5a..d41a268 100644 (file)
@@ -11,7 +11,7 @@ import Cocoa
 final class MasterSTypeMapper: JSONMapper {
     
     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"])