advdupe2/lua/entities/gmod_contr_spawner/cl_init.lua
Deyan Dobromirov e7db6e0161
Cleanup: Brackets with double quotes to include structures ( like wirem… (#445)
* Added: Brackets with double quotes to include structures ( like wiremod )
Converted: Global `constraints` and `serializable` to real globals

* Update: Shove control stricture in the global setup table

* Order by length and reduce spaces
2023-11-08 11:31:49 -05:00

7 lines
101 B
Lua

include( "shared.lua" )
function ENT:Draw()
self.BaseClass.Draw(self)
self.Entity:DrawModel()
end