Files
csgo2_tiny_server_plugin_sy…/csgo2/native_sdk/entity/services.h
2023-10-01 02:28:13 +08:00

18 lines
297 B
C++

#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)
};