Commit fa515ed3 authored by Him188's avatar Him188

Specify classname for `toString`

parent 6c0694c7
......@@ -280,7 +280,11 @@ internal object TroopManagement {
}
object Response : Packet
object Response : Packet {
override fun toString(): String {
return "TroopManagement.GroupOperation.Response"
}
}
}
......
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