init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "CGameEntitySystem.h"
|
||||
#include "..\..\hooks\hooks.h"
|
||||
|
||||
void* CGameEntitySystem::GetEntityByIndex(int nIndex) {
|
||||
return H::ogGetBaseEntity(this, nIndex);
|
||||
}
|
||||
Reference in New Issue
Block a user