Base classes for all overlay / gameclient communication
Author: Helge Backhaus
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
// // Base classes for all overlay / gameclient communication // // @author Helge Backhaus // enum GameAPIMessageCommand { MOVEMENT_INDICATION = 0; MOVEMENT_REQUEST = 1; NEIGHBOR_UPDATE = 2; RESIZE_AOI = 3; GAMEEVENT_CHAT = 4; GAMEEVENT_SNOW = 5; GAMEEVENT_FROZEN = 6; }