hlsdk-portable/dlls/unpredictedweapon.h
2018-08-24 03:01:36 +07:00

18 lines
350 B
C++

#ifndef UNPREDICTEDWEAPON_H
#define UNPREDICTEDWEAPON_H
#include "weapons.h"
class CBasePlayerWeaponU: public CBasePlayerWeapon
{
public:
virtual int Save( CSave &save );
virtual int Restore( CRestore &restore );
static TYPEDESCRIPTION m_SaveData[];
BOOL UseDecrement( void );
float UTIL_WeaponTimeBase();
};
#endif // UNPREDICTEDWEAPON_H