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