添加项目文件。
This commit is contained in:
12
csgo2/native_sdk/cgameresourceserviceserver.h
Normal file
12
csgo2/native_sdk/cgameresourceserviceserver.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "../pch.h"
|
||||
class CGameEntitySystem;
|
||||
|
||||
class CGameResourceService
|
||||
{
|
||||
public:
|
||||
CGameEntitySystem *GetGameEntitySystem()
|
||||
{
|
||||
return *reinterpret_cast<CGameEntitySystem **>((uintptr_t)(this) + 0x58);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user