enum class EStickerAttributeType
{
Index,
Wear,
Scale,
Rotation
};
static uint16_t s_iwoff = 0;
static void* o_float_fn;
static float __fastcall hooked_float_fn(void* thisptr, void*, int slot, EStickerAttributeType attribute, float fl)
{
auto item =...
Просмотры: 1,081
Ответы: 0