This commit is contained in:
lenheart
2025-03-27 20:21:11 +08:00
parent 9d84fe256d
commit 4d65103501
33 changed files with 2712 additions and 2069 deletions

View File

@@ -31,4 +31,9 @@ enum RETTYPE {
function printT(T)
{
Sq_OutPutTable(Json.Encode(T));
}
function LoadConfig(Path)
{
dofile("/dp_s/" + Path);
}