net.accelbyte.sdk.api.ugc.ModuleInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of module-ugc Show documentation
Show all versions of module-ugc Show documentation
AccelByte Gaming Services Java Extend SDK generated from OpenAPI specs
The newest version!
package net.accelbyte.sdk.api.ugc;
import net.accelbyte.sdk.core.BaseModuleInfo;
public class ModuleInfo implements BaseModuleInfo {
@Override
public String getModuleName() {
return "module-ugc";
}
@Override
public String getVersion() {
return "0.5.0";
}
}