mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] AssetUploadInfo
This commit is contained in:
parent
1f3b7e0552
commit
52e8f693b5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ public class AssetUploadInfoRequestEvent extends RequestEvent {
|
|||
public SlimSupportConf slimSupportConf;
|
||||
|
||||
public AssetUploadInfoRequestEvent(Set<String> available, SlimSupportConf slimSupportConf) {
|
||||
this.available = available;
|
||||
this.slimSupportConf = slimSupportConf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue