aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/npc/sh_common.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/core/npc/sh_common.lua')
-rw-r--r--gamemode/core/npc/sh_common.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/gamemode/core/npc/sh_common.lua b/gamemode/core/npc/sh_common.lua
new file mode 100644
index 0000000..cd72a61
--- /dev/null
+++ b/gamemode/core/npc/sh_common.lua
@@ -0,0 +1,7 @@
+--[[
+ Some common functions that a lot of npcs use, take out here to make fixing bugs easier.
+]]
+do return end
+local com = {}
+
+return com