mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
11 lines
149 B
Ruby
11 lines
149 B
Ruby
class IMICFPS
|
|
module Scripting
|
|
def on
|
|
Subscription.new(self)
|
|
end
|
|
|
|
def component(name)
|
|
Component.get(name)
|
|
end
|
|
end
|
|
end |