package uulm.teamname.marvelous.gamelibrary.messages; import uulm.teamname.marvelous.gamelibrary.config.CharacterConfig; public class GameAssignmentMessage extends BasicMessage { /** The ID of the game that the client is connected to. What this is used for is kind of unknown. */ public String gameID; /** The characters the player can choose from */ public CharacterConfig[] characterSelection; }