Commit c59d58de authored by Him188's avatar Him188

Make const

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