Package me.hsgamer.bettergui.downloader
Class AdditionalInfoKeys
- java.lang.Object
-
- me.hsgamer.bettergui.downloader.AdditionalInfoKeys
-
public class AdditionalInfoKeys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static me.hsgamer.hscore.downloader.core.object.InfoKey<List<String>>AUTHORSstatic me.hsgamer.hscore.downloader.core.object.InfoKey<String>DESCRIPTIONstatic me.hsgamer.hscore.downloader.core.object.InfoKey<String>SOURCE_CODEstatic me.hsgamer.hscore.downloader.core.object.InfoKey<String>WIKI
-
-
-
Field Detail
-
DESCRIPTION
public static final me.hsgamer.hscore.downloader.core.object.InfoKey<String> DESCRIPTION
-
SOURCE_CODE
public static final me.hsgamer.hscore.downloader.core.object.InfoKey<String> SOURCE_CODE
-
WIKI
public static final me.hsgamer.hscore.downloader.core.object.InfoKey<String> WIKI
-
-