Storage Folders
@JsonClass(generateAdapter = true )
Constructors
Link copied to clipboard
fun StorageFolders(@Json(name = "root_path" ) rootPath: String? = null, @Json(name = "override_path" ) overridePath: String? = null, resources: String? = null, maps: String? = null, @Json(name = "online_maps" ) onlineMaps: String? = null, @Json(name = "app_data" ) appData: String? = null, cache: String? = null, binaries: String? = null, skin: String? = null, voices: String? = null, sounds: String? = null)