Files
call-of-duty-tdm/gamemodes/cod_custom/entities/entities/info_player_zombiemaster.lua
2026-03-30 10:39:52 +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"