Commit d0a9a9da authored by Him188's avatar Him188 Committed by Him188moe

Updated robot & network structure

parent 1ba96b78
...@@ -346,7 +346,6 @@ internal class RobotNetworkHandler(private val robot: Robot) : Closeable { ...@@ -346,7 +346,6 @@ internal class RobotNetworkHandler(private val robot: Robot) : Closeable {
else -> throw IllegalArgumentException(packet.toString()) else -> throw IllegalArgumentException(packet.toString())
} }
} }
internal val packetSystem: PacketSystem = PacketSystem() internal val packetSystem: PacketSystem = PacketSystem()
......
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