Game Chat Notification
data class GameChatNotification(var messageNumber: Int, val username: String, val message: String) : GameChat, ServerMessage
Message sent by the server containing a game chat message.
This shares a message type ID with GameChatRequest: 0x08.