Commit 4b9795da authored by Him188's avatar Him188

Add comment

parent 98881fe3
...@@ -141,7 +141,7 @@ class CSDataHighwayHead : ProtoBuf { ...@@ -141,7 +141,7 @@ class CSDataHighwayHead : ProtoBuf {
@Serializable @Serializable
class DataHighwayHead( class DataHighwayHead(
@SerialId(1) val version: Int = 0, @SerialId(1) val version: Int = 0,
@SerialId(2) val uin: String = "", @SerialId(2) val uin: String = "", // yes
@SerialId(3) val command: String = "", @SerialId(3) val command: String = "",
@SerialId(4) val seq: Int = 0, @SerialId(4) val seq: Int = 0,
@SerialId(5) val retryTimes: Int = 0, @SerialId(5) val retryTimes: Int = 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment