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