I received an error saying that the “end” is missing, but I looked at the entire code without seeing it.
local Grid = {}
Grid.__index = Grid
function Grid.new(w, h) do
t = {}
setmetatable(t
I received an error saying that the “end” is missing, but I looked at the entire code without seeing it.
local Grid = {}
Grid.__index = Grid
function Grid.new(w, h) do
t = {}
setmetatable(t