mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
17 lines
345 B
Lua
17 lines
345 B
Lua
ENT.Type = "anim"
|
|
ENT.Base = "gmod_subway_base"
|
|
|
|
ENT.Author = ""
|
|
ENT.Contact = ""
|
|
ENT.Purpose = ""
|
|
ENT.Instructions = ""
|
|
ENT.Category = "Metrostroi (utility)"
|
|
|
|
ENT.Spawnable = true
|
|
ENT.AdminSpawnable = false
|
|
|
|
|
|
function ENT:InitializeSystems()
|
|
self:LoadSystem("Tatra_Systems")
|
|
end
|