LuaLS Test

This commit is contained in:
Robert Jelic
2025-02-10 16:47:00 +01:00
parent d55a80dc0e
commit 2b8a0764bc
15 changed files with 589 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
local deepCopy = require("libraries/utils").deepCopy
local expect = require("libraries/expect")
--- @class PropertySystem
local PropertySystem = {}
PropertySystem.__index = PropertySystem