You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cs2_weapon_skin/sdk/CCSPlayerController_InGameM...

9 lines
257 B
C++

#pragma once
#include "schemasystem.h"
class CCSPlayerController_InGameMoneyServices
{
public:
SCHEMA_FIELD(int32_t, CCSPlayerController_InGameMoneyServices, m_iAccount);
SCHEMA_FIELD(int32_t, CCSPlayerController_InGameMoneyServices, m_iStartAccount);
};