1111
This commit is contained in:
14
Dps_A/CallBack/Reach_Game_World.nut
Normal file
14
Dps_A/CallBack/Reach_Game_World.nut
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
文件名:Reach_Game_World.nut
|
||||
路径:CallBack/Reach_Game_World.nut
|
||||
创建日期:2024-04-17 10:26
|
||||
文件用途:角色上线HOOK
|
||||
*/
|
||||
if (!("Cb_reach_game_world_Func" in getroottable())) Cb_reach_game_world_Func <- {};
|
||||
|
||||
function Cb_reach_game_world(C_User) {
|
||||
local SUser = User(C_User);
|
||||
foreach(_Index, Func in Cb_reach_game_world_Func) {
|
||||
Func(SUser);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user