You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
424 B
Lua

-- Copyright (c) 2020 David Vogel
--
-- This software is released under the MIT License.
-- https://opensource.org/licenses/MIT
D3stats = D3stats or {}
8 years ago
-- Includes
include("sh_settings.lua")
include("sh_level.lua")
include("sh_concommand.lua")
8 years ago
include("cl_network.lua")
include("cl_hud.lua")
8 years ago
include("vgui/overlay.lua")
8 years ago
-- Initialization
hook.Add("Initialize", "D3stats_Init", function ()
D3stats.Overlay_Init()
end)