[FEATURE] Support category in optional mods

This commit is contained in:
Gravita 2023-10-21 16:16:28 +07:00
parent 82dc299752
commit 8973a3462b

View file

@ -38,6 +38,9 @@ public class OptionalFile {
@LauncherNetworkAPI @LauncherNetworkAPI
public boolean limited; public boolean limited;
@LauncherNetworkAPI
public String category;
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == o) return true; if (this == o) return true;