拓展 Item-日志

This commit is contained in:
lenheart
2025-12-12 13:05:42 +08:00
parent 5cbf9f7b74
commit ef2f161d36
2 changed files with 12 additions and 0 deletions

View File

@@ -272,5 +272,10 @@ Gm_InputFunc_Handle["test"] <- function(SUser, CmdString) {
Timer.SetTimeOut(function ()
{
Cb_dispatch_sig_Enter_Func["atts"] <- function (args)
{
print(123123);
}
}, 1);