This commit is contained in:
lenheart
2024-09-16 17:05:26 +08:00
commit 237bcf8719
53 changed files with 21032 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Cb_Insert_User_Func <- {};
function Cb_insert_user(C_Area, C_User) {
foreach(_Index, Func in Cb_Insert_User_Func) {
Func(C_Area, C_User);
}
}