Updated robot & network structure

This commit is contained in:
Him188 2019-09-04 22:38:29 +08:00 committed by Him188moe
parent 1ba96b78aa
commit d0a9a9da34

View File

@ -346,7 +346,6 @@ internal class RobotNetworkHandler(private val robot: Robot) : Closeable {
else -> throw IllegalArgumentException(packet.toString())
}
}
internal val packetSystem: PacketSystem = PacketSystem()