### 新增IO 类

### 新增MD5 类

### 新增Mysql 类

### 新增Timer 类
This commit is contained in:
lenheart
2024-09-20 19:24:32 +08:00
parent 237bcf8719
commit 7f547f5fd4
21 changed files with 1234 additions and 16 deletions

View File

@@ -98,4 +98,11 @@ Cb_History_Log_Func["PCoin-"] <- function(SUser, Data) {
foreach(_Index, Func in Cb_History_PCoinDown_Func) {
Func(SUser, Data);
}
}
//使用复活币事件
if (!("Cb_History_ItemLock_Func" in getroottable())) Cb_History_ItemLock_Func <- {};
Cb_History_Log_Func["ItemLock"] <- function(SUser, Data) {
foreach(_Index, Func in Cb_History_ItemLock_Func) {
Func(SUser, Data);
}
}