mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
13 lines
324 B
Lua
13 lines
324 B
Lua
ENT.Type = "anim"
|
|
|
|
ENT.PrintName = "Autodrive coil"
|
|
ENT.Category = "Metrostroi (utility)"
|
|
|
|
ENT.Spawnable = false
|
|
ENT.AdminSpawnable = false
|
|
ENT.RenderGroup = RENDERGROUP_BOTH
|
|
|
|
ENT.ValidModels = {
|
|
"models/metrostroi_train/81-717/rfid_reader.mdl",
|
|
"models/metrostroi_train/81-717/dkp_reader.mdl",
|
|
} |