void CGamePlayerEquip::Touch(CBaseEntity *pOther) { if (!CanFireForActivator(pOther)) return; if (UseOnly()) return; EquipPlayer(pOther); }
void CGamePlayerEquip::Use( CBaseEntity *pActivator, CBaseEntity *pCaller, USE_TYPE useType, float value ) { EquipPlayer( pActivator ); }