添加项目文件。
This commit is contained in:
12
csgo2/native_sdk/entity/ccsplayercontroller.h
Normal file
12
csgo2/native_sdk/entity/ccsplayercontroller.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "cbaseplayercontroller.h"
|
||||
#include "services.h"
|
||||
|
||||
class CCSPlayerController : public CBasePlayerController
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS(CCSPlayerController);
|
||||
|
||||
SCHEMA_FIELD(CCSPlayerController_InGameMoneyServices*, m_pInGameMoneyServices)
|
||||
};
|
||||
Reference in New Issue
Block a user