mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +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
|