11 lines
208 B
Lua
Executable file
11 lines
208 B
Lua
Executable file
ENT.Type = "anim"
|
|
ENT.Base = "base_gmodentity"
|
|
|
|
ENT.PrintName = "Solver"
|
|
ENT.Spawnable = true
|
|
ENT.Category = "Advent of Code 2023"
|
|
|
|
|
|
function ENT:SetupDataTables()
|
|
self:NetworkVar("String", "", "Input")
|
|
end
|