Cached Game Data
data class CachedGameData(var messageNumber: Int, val key: Int) : V086Message, ServerMessage, ClientMessage
Fills the same function as GameData but encodes a 0-based cache index (key) corresponding to game data that has already been sent.
This message is sent by both the server and client.
Message type ID: 0x13.