Files
cod-tdm/gamemodes/cod_custom/entities/entities/info_player_human.lua
T
2026-06-15 22:58:58 +03:00

11 lines
283 B
Lua

-- This is just a simple point entity.
-- We only use it to represent the position and angle of a spawn point
-- So we don't have to do anything here because the baseclass will
-- take care of the basics
-- This file only exists so that the entity is created
ENT.Type = "point"