dobrograd-13-06-2022/garrysmod/addons/gmod-tools/lua/entities/textscreen/shared.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

12 lines
No EOL
243 B
Lua

ENT.Type = "anim"
ENT.Base = "base_gmodentity"
ENT.PrintName = "Textscreen"
ENT.Author = ""
ENT.Spawnable = true
ENT.AdminSpawnable = false
ENT.Tool = 'textscreen'
function ENT:SetupDataTables()
self:NetworkVar("Bool", 0, "IsPersisted")
end