9 lines
No EOL
284 B
Lua
9 lines
No EOL
284 B
Lua
--[[
|
|
© 2017 Thriving Ventures Ltd do not share, re-distribute or modify
|
|
without permission of its author (gustaf@thrivingventures.com).
|
|
]]
|
|
|
|
local plugin = plugin
|
|
|
|
plugin:IncludeFile("shared.lua", SERVERGUARD.STATE.CLIENT)
|
|
plugin:IncludeFile("cl_panel.lua", SERVERGUARD.STATE.CLIENT) |