namespace vgui {
class c_label : public i_panel {
public:
void set_text( const char* token_name ) {
return utils::call_vfunc< void( __thiscall* )( void*, const char* ) >( this, 212 )( this, token_name );
}
void set_color( c_color color ) {...
Просмотры: 2,128
Ответы: 8