aboutsummaryrefslogtreecommitdiff
path: root/gamemode/server/systems
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/server/systems')
-rw-r--r--gamemode/server/systems/health.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/gamemode/server/systems/health.lua b/gamemode/server/systems/health.lua
new file mode 100644
index 0000000..7ead999
--- /dev/null
+++ b/gamemode/server/systems/health.lua
@@ -0,0 +1,12 @@
+
+local SYSTEM = {}
+
+SYSTEM.onthink = function(ply)
+
+end
+
+SYSTEM.ontakedamage = function(ply)
+
+end
+
+return SYSTEM