mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 07:32:35 +00:00
9 lines
121 B
Ruby
9 lines
121 B
Ruby
module CyberarmEngine
|
|
module Networking
|
|
class Channel
|
|
def initialize(id:, mode:)
|
|
end
|
|
end
|
|
end
|
|
end
|