mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Ran rubocop autocorrect
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class IMICFPS
|
||||
module Scripting
|
||||
def on
|
||||
# self is a Scripting::SandBox
|
||||
Subscription.new(self.entity)
|
||||
Subscription.new(entity)
|
||||
end
|
||||
|
||||
def component(name)
|
||||
@@ -14,4 +15,4 @@ class IMICFPS
|
||||
$window.director.map
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user