7 lines
163 B
C++
7 lines
163 B
C++
#include "CGameEntitySystem.h"
|
|
#include "..\..\hooks\hooks.h"
|
|
|
|
void* CGameEntitySystem::GetEntityByIndex(int nIndex) {
|
|
return H::ogGetBaseEntity(this, nIndex);
|
|
}
|