mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
14 lines
177 B
Ruby
14 lines
177 B
Ruby
class IMICFPS
|
|
module Networking
|
|
class Connection
|
|
def initialize(hostname:, port:)
|
|
end
|
|
|
|
def connect
|
|
end
|
|
|
|
def close
|
|
end
|
|
end
|
|
end
|
|
end |