advdupe2/lua/entities/gmod_contr_spawner/shared.lua
2012-10-24 21:23:26 +00:00

11 lines
258 B
Lua

ENT.Type = "anim"
ENT.Base = WireLib and "base_wire_entity" or "base_gmodentity"
ENT.PrintName = "Contraption Spawner"
ENT.Author = "TB"
ENT.Contact = ""
ENT.Purpose = ""
ENT.Instructions = ""
ENT.Spawnable = false
ENT.AdminSpawnable = false