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