GameService
GameService games = api.getGameService();
if (games.isInGame(player)) {
ZentrixGame game = games.getPlayerGame(player).get();
}Last updated
GameService games = api.getGameService();
if (games.isInGame(player)) {
ZentrixGame game = games.getPlayerGame(player).get();
}Last updated