添加项目文件。
This commit is contained in:
9
csgo2/native_sdk/entity/ccsplayerpawn.h
Normal file
9
csgo2/native_sdk/entity/ccsplayerpawn.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "cbaseplayerpawn.h"
|
||||
|
||||
class CCSPlayerPawn : public CBasePlayerPawn
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS(CCSPlayerPawn);
|
||||
};
|
||||
Reference in New Issue
Block a user