mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
13 lines
240 B
Lua
13 lines
240 B
Lua
AddCSLuaFile("cl_init.lua")
|
|
AddCSLuaFile("shared.lua")
|
|
include("shared.lua")
|
|
|
|
function ENT:Initialize()
|
|
self:SetModel("models/metrostroi/signals/clock_analog_arrow_base.mdl")
|
|
end
|
|
|
|
function ENT:Think()
|
|
self:NextThink(0.1)
|
|
return true
|
|
end
|