module Gamefic::Scripting

def self.included other

def self.included other
  super
  other.extend Scriptable
end