Files
marohook/MaroHook/MaroHook/CS2/Hook/Hook_OnAddEntity.cpp
T

11 lines
313 B
C++

#include "Hook_OnAddEntity.hpp"
#include <MaroHookClient/CMaroHookClient.hpp>
auto Hook_OnAddEntity( CGameEntitySystem* pCGameEntitySystem , CEntityInstance* pInst , CHandle handle ) -> void
{
GetMaroHookClient()->OnAddEntity( pInst , handle );
return OnAddEntity_o( pCGameEntitySystem , pInst , handle );
}