This commit is contained in:
Alexander Courtis 2024-11-06 16:39:47 +11:00
parent a7db5b29a4
commit eab49e3d6d

View File

@ -16,7 +16,7 @@ local Object = {}
Object.__index = Object ---@diagnostic disable-line: inject-field
---Default constructor
function Object:new(...)
function Object:new(...) --luacheck: ignore 212
end
---Extend a class, setting .super