[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
public boolean limited;
@LauncherNetworkAPI
public String category;
@Override
public boolean equals(Object o) {
if (this == o) return true;