This commit is contained in:
lenheart
2024-10-05 11:47:12 +08:00
parent 825ab4366c
commit 3e73f1ae54
6 changed files with 395 additions and 46 deletions

View File

@@ -90,6 +90,6 @@ class GameManager extends Base_C_Object {
}
//热重载
function _Reload_List_Write_(Path) {
sq_RunScript(Path);
dofile(Path);
print("位于 [" + Path + "] 的脚本已重载")
}