测试装备跨界
This commit is contained in:
parent
0df49590af
commit
e0ec5e1637
|
|
@ -4,6 +4,8 @@
|
|||
创建日期:2025-12-14 20:47
|
||||
文件用途:
|
||||
*/
|
||||
print("AREGREGREG")
|
||||
|
||||
class ItemCrossoverC extends LenheartNewUI_Windows {
|
||||
//调试模式
|
||||
// DeBugMode = true;
|
||||
|
|
@ -30,6 +32,8 @@ class ItemCrossoverC extends LenheartNewUI_Windows {
|
|||
|
||||
|
||||
constructor(gObjectId, gX, gY, gWidth, gHeight, gTitleH) {
|
||||
print("REGREGREG")
|
||||
|
||||
Childrens = [];
|
||||
//注册控件
|
||||
RegisterWidget();
|
||||
|
|
@ -251,7 +255,6 @@ class ItemCrossoverC extends LenheartNewUI_Windows {
|
|||
}
|
||||
|
||||
function RegNpc() {
|
||||
print("REGREGREG")
|
||||
local EachManager = Lenheart_Get_EachObj();
|
||||
foreach(id in NPCList) {
|
||||
//先清空注册
|
||||
|
|
|
|||
Loading…
Reference in New Issue