io.github.robertograham.fortniteapirestclient.domain.constant.GameMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fortnite-api-rest-client Show documentation
Show all versions of fortnite-api-rest-client Show documentation
Provides access to the Fortnite REST API
The newest version!
package io.github.robertograham.fortniteapirestclient.domain.constant;
public class GameMode {
public static final String BATTLE_ROYALE = "br";
public static final String PLAYER_VERSUS_ENVIRONMENT = "pve";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy