mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 00:50:34 +00:00
all my fixes live in exes
This commit is contained in:
parent
3fdd352ca2
commit
14755a4ff4
5 changed files with 38 additions and 30 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
class CWeaponInfo {
|
||||
// static CWeaponInfo(&ms_apWeaponInfos)[14];
|
||||
static CWeaponInfo ms_apWeaponInfos[14];
|
||||
static CWeaponInfo ms_apWeaponInfos[WEAPONTYPE_LAST_WEAPONTYPE];
|
||||
public:
|
||||
eWeaponFire m_eWeaponFire;
|
||||
float m_fRange;
|
||||
uint32 m_nFiringRate;
|
||||
uint32 m_nReload;
|
||||
uint32 m_nAmountofAmmunition;
|
||||
int32 m_nAmountofAmmunition;
|
||||
uint32 m_nDamage;
|
||||
float m_fSpeed;
|
||||
float m_fRadius;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue