mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Stubbed out files for networking
This commit is contained in:
18
lib/networking/client.rb
Normal file
18
lib/networking/client.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class Client
|
||||
def initialize(socket:)
|
||||
@socket = socket
|
||||
end
|
||||
|
||||
def read
|
||||
end
|
||||
|
||||
def write
|
||||
end
|
||||
|
||||
def close
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user