mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
11 lines
151 B
Ruby
11 lines
151 B
Ruby
class IMICFPS
|
|
module Networking
|
|
module Events
|
|
def on_connect(client)
|
|
end
|
|
|
|
def on_disconnect(client)
|
|
end
|
|
end
|
|
end
|
|
end |