From d2f907e72ad0ac18764b92261352f34fbecbb2e3 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Mon, 15 Dec 2025 21:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=B0=E7=9A=84=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/_ENUM/_ENUM_.nut | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Base/_ENUM/_ENUM_.nut b/Base/_ENUM/_ENUM_.nut index 6af346d..8f53cb6 100644 --- a/Base/_ENUM/_ENUM_.nut +++ b/Base/_ENUM/_ENUM_.nut @@ -430,3 +430,6 @@ function sq_GetCharacterAttribute(address) { function sq_GetCharacterEquipAttribute(offest, Slot) { return L_sq_GetCharacterAttribute(offest, Slot); } + + +printf("我是1.1"); \ No newline at end of file