Create Game Notification
data class CreateGameNotification(var messageNumber: Int, val username: String, val romName: String, val clientType: String, val gameId: Int, val val1: Int) : CreateGame, ServerMessage
Server message indicating that a new game has been created.
This message shares a message type with CreateGameRequest: 0x0A.