mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
11 lines
258 B
Lua
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
|