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