aboutsummaryrefslogtreecommitdiff
path: root/gamemode/server/systems/health.lua
blob: 7ead999761a73748644c890a9997030efdcacc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
local SYSTEM = {}

SYSTEM.onthink = function(ply)

end

SYSTEM.ontakedamage = function(ply)

end

return SYSTEM