Refactoring and working drag n drop

This commit is contained in:
ZioPao
2023-11-06 14:44:35 +01:00
parent 0ef3f7284f
commit 28ba7d73ab
5 changed files with 21 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
-- TODO TestFramework stuff here
if not getActivatedMods():contains("TEST_FRAMEWORK") or not isDebugEnabled() then return end
local TestFramework = require("TestFramework/TestFramework")
local TestUtils = require("TestFramework/TestUtils")
TestFramework.registerTestModule("Functionality", "Cut Left Hand", function()
local Tests = {}
function Tests.CutLeftHand()
end
end)