1 2 3 4 5 6 7 8
local m = GameLab.Engine.Rendering or {} GameLab.Engine.Rendering = m m.LoadTexture = function(path) end return m