更新商城购买回调
This commit is contained in:
parent
905988fbba
commit
6589ff93c4
|
|
@ -693,6 +693,12 @@ Cb_ChangeGrowType_Item_Enter_Func <- {};
|
|||
Cb_ChangeGrowType_Item_Leave_Func <- {};
|
||||
_Hook_Register_Currency_Func_("0x0867B196", ["pointer", "int", "short", "int"], Cb_ChangeGrowType_Item_Enter_Func, Cb_ChangeGrowType_Item_Leave_Func);
|
||||
|
||||
//商城购买回调
|
||||
Cb_ItemVendingMachine_ProcessIPG_ResultOutput_Enter_Func <- {};
|
||||
Cb_ItemVendingMachine_ProcessIPG_ResultOutput_Leave_Func <- {};
|
||||
_Hook_Register_Currency_Func_("0x8178676", ["pointer", "pointer", "int", "int", "pointer", "int"], Cb_ItemVendingMachine_ProcessIPG_ResultOutput_Enter_Func, Cb_ItemVendingMachine_ProcessIPG_ResultOutput_Leave_Func);
|
||||
|
||||
|
||||
function _Hook_Register_Currency_DelayHook_() {
|
||||
//五国时的热点函数
|
||||
//获取Item Rarity
|
||||
|
|
|
|||
Loading…
Reference in New Issue