0
0
Fork 0
This repository has been archived on 2019-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
glua-mod-inventory/lua/autorun/client.lua

10 lines
242 B
Lua

if SERVER then return true end
include("shared.lua")
include("ui.lua")
hi.gui = {}
hi.render = {}
hi.bar = {}
hi.bar.index = 1
if not ui then error("please install glua-mod-ui to use this mod. (hi inventory)") return end
include("hi-ui.lua")