luacheck
This commit is contained in:
parent
a7db5b29a4
commit
eab49e3d6d
@ -16,7 +16,7 @@ local Object = {}
|
|||||||
Object.__index = Object ---@diagnostic disable-line: inject-field
|
Object.__index = Object ---@diagnostic disable-line: inject-field
|
||||||
|
|
||||||
---Default constructor
|
---Default constructor
|
||||||
function Object:new(...)
|
function Object:new(...) --luacheck: ignore 212
|
||||||
end
|
end
|
||||||
|
|
||||||
---Extend a class, setting .super
|
---Extend a class, setting .super
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user