mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Stubbed out files for networking
This commit is contained in:
6
lib/networking/backends/memory_connection.rb
Normal file
6
lib/networking/backends/memory_connection.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class MemoryConnection < Connection
|
||||
end
|
||||
end
|
||||
end
|
||||
6
lib/networking/backends/memory_server.rb
Normal file
6
lib/networking/backends/memory_server.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class IMICFPS
|
||||
module Networking
|
||||
class MemoryServer < Server
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user