This commit is contained in:
2024-09-29 16:52:10 +08:00
parent b2133d8463
commit 16be225768
19 changed files with 1860 additions and 180 deletions

View File

@@ -3,6 +3,7 @@ dofile("sqr/Base/_ENUM/_ENUM_KEY.nut"); //按键枚举类
//枚举类
//基础工具类
dofile("sqr/Base/_Tool/Json_Class.nut"); //Json类
dofile("sqr/Base/_Tool/BaseTool_Class.nut"); //基础工具类
dofile("sqr/Base/_Tool/MemoryClass.nut"); //内存类
dofile("sqr/Base/_Tool/Hacker_Class.nut"); //黑客工具类
@@ -15,6 +16,7 @@ dofile("sqr/Base/CallBack/DrawMain.nut"); //绘制入口
dofile("sqr/Base/CallBack/DrawHudMain.nut"); //hud绘制入口
dofile("sqr/Base/CallBack/Window_Get.nut"); //原始窗口HOOK
dofile("sqr/Base/CallBack/PushDamage.nut"); //Push伤害
dofile("sqr/Base/CallBack/GetDamageRate.nut"); //获取伤害
// dofile("sqr/Base/CallBack/Window_Get.nut"); //原始窗口HOOK
//数据类
@@ -51,4 +53,5 @@ dofile("sqr/Project/Shapeshifting/Shapeshifting.nut"); //时装变身
dofile("sqr/Project/HudUi/HudUi.nut"); //百级UI
dofile("sqr/Project/DamagePerSecond/DamagePerSecond.nut"); //秒伤统计
dofile("sqr/Project/CollectionBox/CollectionBox.nut"); //收集箱
dofile("sqr/Project/HorseGuessing/HorseGuessing.nut"); //骑士马战
dofile("sqr/Project/HorseGuessing/HorseGuessing.nut"); //骑士马战
dofile("sqr/Project/SkinHub/SkinHub.nut"); //皮肤仓库