module Gamefic::Scriptable

def pick *args

Returns:
  • (Proxy::Pick) -

Parameters:
  • args (Array) --
def pick *args
  Proxy::Pick.new(*args)
end