Games
🎮 Game Instance
🧮 Accessing Games
By ID
import xericker.arenalegends.core.game.Game;
import xericker.arenalegends.core.game.GameManager;
Game game = GameManager.getById("my-arena");
if (game != null) {
// Perform actions with the game
}From a Player
📋 Structured Data
Game State
Players & Teams
Last updated