添加项目文件。
This commit is contained in:
14
csgo2/native_sdk/entity/cbaseplayerpawn.h
Normal file
14
csgo2/native_sdk/entity/cbaseplayerpawn.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "cbaseentity.h"
|
||||
#include "services.h"
|
||||
|
||||
class CBasePlayerPawn : public CBaseEntity
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS(CBasePlayerPawn);
|
||||
|
||||
SCHEMA_FIELD(CPlayer_MovementServices*, m_pMovementServices)
|
||||
SCHEMA_FIELD(uint8*, m_pWeaponServices)
|
||||
SCHEMA_FIELD(uint8**, m_pItemServices)
|
||||
};
|
||||
Reference in New Issue
Block a user