Storage Folders
@JsonClass(generateAdapter = true )
Content copied to clipboard
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, cache: String? = null, binaries: String? = null, skin: String? = null, voices: String? = null, sounds: String? = null)
Content copied to clipboard