添加项目文件。
This commit is contained in:
6
csgo2/native_sdk/cgameentitysystem.cpp
Normal file
6
csgo2/native_sdk/cgameentitysystem.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "cgameentitysystem.h"
|
||||
#include "../pch.h"
|
||||
|
||||
CGameEntitySystem* CGameEntitySystem::GetInstance(){
|
||||
return Offset::InterFaces::GameResourceServiceServer->GetGameEntitySystem();
|
||||
}
|
||||
Reference in New Issue
Block a user