2018-08-03 09:22:18 +00:00
|
|
|
D3stats = D3stats or {}
|
2016-10-05 12:30:35 +00:00
|
|
|
|
|
|
|
-- Includes
|
2018-08-03 09:22:18 +00:00
|
|
|
include("sh_settings.lua")
|
|
|
|
include("sh_level.lua")
|
|
|
|
include("sh_concommand.lua")
|
2016-10-05 12:30:35 +00:00
|
|
|
|
2018-08-03 09:22:18 +00:00
|
|
|
include("cl_network.lua")
|
|
|
|
include("cl_hud.lua")
|
2016-10-05 12:30:35 +00:00
|
|
|
|
2018-08-03 09:22:18 +00:00
|
|
|
include("vgui/overlay.lua")
|
2016-10-05 12:30:35 +00:00
|
|
|
|
2018-08-03 09:22:18 +00:00
|
|
|
-- Initialization
|
|
|
|
hook.Add("Initialize", "D3stats_Init", function ()
|
|
|
|
D3stats.Overlay_Init()
|
|
|
|
end)
|