Files
csgo2_tiny_server_plugin_sy…/csgo2/native_sdk/cgameentitysystem.cpp
2023-10-01 02:28:13 +08:00

7 lines
185 B
C++

#include "cgameentitysystem.h"
#include "../pch.h"
CGameEntitySystem* CGameEntitySystem::GetInstance(){
return Offset::InterFaces::GameResourceServiceServer->GetGameEntitySystem();
}