aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/npc/sh_common.lua
blob: cd72a61da6adae3fa6ff69f26bc413f4efc94df7 (plain)
1
2
3
4
5
6
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