Commit c59d58de authored by Him188's avatar Him188

Make const

parent e33c4279
...@@ -25,8 +25,8 @@ internal object LoginPacket : PacketFactory<LoginPacket.LoginPacketResponse, Log ...@@ -25,8 +25,8 @@ internal object LoginPacket : PacketFactory<LoginPacket.LoginPacketResponse, Log
} }
object SubCommand9 { object SubCommand9 {
val appId = 16L const val appId = 16L
val subAppId = 537062845L const val subAppId = 537062845L
operator fun invoke( operator fun invoke(
client: QQAndroidClient client: QQAndroidClient
......
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