Rethinking structure a bit

This commit is contained in:
ZioPao
2024-01-08 10:57:01 +01:00
parent 6b1205e160
commit 312294edb8
19 changed files with 229 additions and 222 deletions

View File

@@ -1,4 +1,4 @@
local ItemsHandler = require("TOC/Handlers/ItemsHandler")
local ItemsController = require("TOC/Handlers/ItemsController")
--------------------
@@ -8,7 +8,7 @@ local ItemsHandler = require("TOC/Handlers/ItemsHandler")
-------------------
local function test(zombie, character, bodyPartType, handWeapon)
--ItemsHandler.Zombie.SpawnAmputationItem(zombie)
--ItemsController.Zombie.SpawnAmputationItem(zombie)
end
Events.OnHitZombie.Add(test)