1111
This commit is contained in:
16
Dps_A/CallBack/GiveupDgn.nut
Normal file
16
Dps_A/CallBack/GiveupDgn.nut
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
文件名:GiveupDgn.nut
|
||||
路径:Dps_A/CallBack/GiveupDgn.nut
|
||||
创建日期:2024-05-09 16:00
|
||||
文件用途:放弃副本HOOK
|
||||
*/
|
||||
if (!("Cb_giveup_dgn_Func" in getroottable())) Cb_giveup_dgn_Func <- {};
|
||||
|
||||
function Cb_giveup_dgn(C_User) {
|
||||
local SUser = User(C_User);
|
||||
if (SUser) {
|
||||
foreach(_index, Func in Cb_giveup_dgn_Func) {
|
||||
Func(SUser);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user