添加项目文件。
This commit is contained in:
18
csgo2/native_sdk/entity/services.h
Normal file
18
csgo2/native_sdk/entity/services.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
#include <platform.h>
|
||||
|
||||
#include "../schema.h"
|
||||
|
||||
class CPlayer_MovementServices
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS(CPlayer_MovementServices);
|
||||
};
|
||||
|
||||
class CCSPlayerController_InGameMoneyServices
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS(CCSPlayerController_InGameMoneyServices);
|
||||
|
||||
SCHEMA_FIELD(int, m_iAccount)
|
||||
};
|
||||
Reference in New Issue
Block a user