mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +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 |