---@class shortcutOutMgr shortcutOutMgr = {} local this = shortcutOutMgr function this.DO(params) if not params then return end local instruct = params[1] SL:ShortcutDO(params) end