StorageFolders

fun StorageFolders(    @Json(name = "root_path") rootPath: String? = null,     @Json(name = "override_path") overridePath: String? = null,     resources: String? = null,     maps: String? = null,     cache: String? = null,     binaries: String? = null,     skin: String? = null,     voices: String? = null,     sounds: String? = null)