From 4b9795da386ad13a913ff3d6fd786e58823cbd94 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 7 Feb 2020 12:46:22 +0800 Subject: [PATCH] Add comment --- .../mirai/qqandroid/network/protocol/data/proto/Highway.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/Highway.kt b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/Highway.kt index c75f8a867..810a79f82 100644 --- a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/Highway.kt +++ b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/Highway.kt @@ -141,7 +141,7 @@ class CSDataHighwayHead : ProtoBuf { @Serializable class DataHighwayHead( @SerialId(1) val version: Int = 0, - @SerialId(2) val uin: String = "", + @SerialId(2) val uin: String = "", // yes @SerialId(3) val command: String = "", @SerialId(4) val seq: Int = 0, @SerialId(5) val retryTimes: Int = 0,