修新的事件系统问题

This commit is contained in:
MrZ_26
2024-08-10 14:42:18 +08:00
parent 4d1caa7fe0
commit 8779abef9a
5 changed files with 48 additions and 52 deletions

View File

@@ -247,6 +247,7 @@ local function _mergeFuncTable(f,L)
return L
end
local hooks = {
'task',
'mesDisp',
'hook_left',
'hook_left_manual',
@@ -259,7 +260,6 @@ local hooks = {
'hook_spawn',
'hook_hold',
'hook_die',
'task'
}
local function _applyGameEnv(P)-- Finish gameEnv processing
local ENV=P.gameEnv