装备跨界

This commit is contained in:
2025-12-15 15:02:34 +08:00
parent 374f3673ca
commit 7edd836c63
19 changed files with 875 additions and 35 deletions

View File

@@ -235,7 +235,13 @@ function Lenheart_Each_Fun(obj) {
}
}
getroottable()["LenheartFuncTab"].rawset("Lenheart_EachN", Lenheart_Each_Fun);
function Lenheart_Get_EachObj()
{
Lenheart_Each_Fun(1);
return getroottable().L_Each_Obj;
}
getroottable()["LenheartFuncTab"].rawset("_Lenheart_EachN", Lenheart_Each_Fun);