hensei-api/sig/granblue/downloaders/download_manager.rbs
Justin Edmund 7d164b540c
Adds documentation to some lib functions (#168)
* Add sigs and docs to transformers

* Add sigs and docs to downloaders

* Adds sigs and docs to importers
2025-01-18 03:09:29 -08:00

15 lines
286 B
Text

module Granblue
module Downloaders
class DownloadManager
def self.download_for_object: (
String type,
String granblue_id,
?test_mode: bool,
?verbose: bool,
?storage: Symbol
) -> void
private
end
end
end