mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Initial work on Scripting sandbox, no longer Entity's responsibility.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
class IMICFPS
|
||||
module Scripting
|
||||
def on
|
||||
Subscription.new(self)
|
||||
# self is a Scripting::SandBox
|
||||
Subscription.new(self.entity)
|
||||
end
|
||||
|
||||
def component(name)
|
||||
|
||||
Reference in New Issue
Block a user