mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-03-29 02:04:39 +09:00
7 lines
134 B
Lua
7 lines
134 B
Lua
local Gui = require 'expcore.gui'
|
|
|
|
--- Registers the warp list
|
|
local warp_list =
|
|
Gui.new_left_frame('gui/warp-list')
|
|
|
|
return warp_list |