11 lines
313 B
C++
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 );
|
|
}
|