9 lines
140 B
Lua
9 lines
140 B
Lua
|
|
function pick_and_place.serialize(pos1, pos2)
|
|
-- TODO
|
|
end
|
|
|
|
function pick_and_place.deserialize(origin, data, rotation)
|
|
-- TODO
|
|
end
|