mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Stubbed out files for networking
This commit is contained in:
14
lib/networking/connection.rb
Normal file
14
lib/networking/connection.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class Connection
|
||||
def initialize(hostname:, port:)
|
||||
end
|
||||
|
||||
def connect
|
||||
end
|
||||
|
||||
def close
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user