Bumerán

From Team Fortress Wiki
< Boomerang
Revision as of 10:09, 11 April 2021 by Ryo (talk | contribs) (Created page with "{{DISPLAYTITLE:Bumerán}} {{beta|experimental}} {{Item infobox | name = Bumerán | type = weapon | unused = yes | image = Unknownweapon.pn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

El Boomerang es un arma cuerpo a cuerpo no utilizada sobre la que apenas se tiene información. Su código de función está incompleto y no hay información específica de clases;

//=============================================================================
//
// Boomerang class.
//
class CTFBoomerang : public CTFWeaponBaseMelee
{
public:

       DECLARE_CLASS( CTFBoomerang, CTFWeaponBaseMelee );
       DECLARE_NETWORKCLASS(); 
       DECLARE_PREDICTABLE();

       CTFBoomerang();
       virtual int        GetWeaponID( void ) const        { return TF_WEAPON_BOOMERANG; }

private:

       CTFBoomerang( const CTFBoomerang & ) {}
};