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