shortcutOutMgr.lua 205 B

1234567891011
  1. ---@class shortcutOutMgr
  2. shortcutOutMgr = {}
  3. local this = shortcutOutMgr
  4. function this.DO(params)
  5. if not params then
  6. return
  7. end
  8. local instruct = params[1]
  9. SL:ShortcutDO(params)
  10. end