7 lines
185 B
C++
7 lines
185 B
C++
|
|
#include "cgameentitysystem.h"
|
||
|
|
#include "../pch.h"
|
||
|
|
|
||
|
|
CGameEntitySystem* CGameEntitySystem::GetInstance(){
|
||
|
|
return Offset::InterFaces::GameResourceServiceServer->GetGameEntitySystem();
|
||
|
|
}
|