mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
11 lines
198 B
Lua
11 lines
198 B
Lua
ENT.Type = "anim"
|
|
|
|
ENT.Category = "Metrostroi (utility)"
|
|
|
|
ENT.Spawnable = true
|
|
ENT.AdminSpawnable = true
|
|
|
|
function ENT:SetupDataTables()
|
|
self:NetworkVar("Int", 0, "Channel")
|
|
end
|