2020-01-22 14:25:58 +00:00
|
|
|
-- Copyright (c) 2020 David Vogel
|
|
|
|
--
|
|
|
|
-- This software is released under the MIT License.
|
|
|
|
-- https://opensource.org/licenses/MIT
|
|
|
|
|
2018-08-03 09:22:18 +00:00
|
|
|
if SERVER then
|
2016-10-05 12:30:35 +00:00
|
|
|
include("d3stats/init.lua")
|
|
|
|
else
|
|
|
|
include("d3stats/cl_init.lua")
|
|
|
|
end
|