More fleshing out of networking

This commit is contained in:
2020-05-09 09:56:03 -05:00
parent bae6a6a332
commit e94f2582f9
7 changed files with 61 additions and 25 deletions

View File

@@ -109,13 +109,5 @@ eos
@camera.button_up(id)
end
def needs_cursor?
@needs_cursor
end
def lose_focus
puts 'Bye'
end
end
end