Class | Description |
---|---|
Colorset |
This class stores and manages colorcodes for games.
|
Game |
A game object holds the path to the executable and the protocol name.
|
PlayerList |
Holds an ArrayList with the player names and one with the info if it is a Bot.
|
Server |
Holds server information that needs to be saved (ip/port) and its status.
|
ServerStatus |
Contains statusinformation about the server (reachability, password, playerlist).
|