mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-10 19:39:16 +00:00
11 lines
275 B
C++
11 lines
275 B
C++
|
#include "CProjectileInfo.h"
|
||
|
|
||
|
CProjectileInfo *gaProjectileInfo = (CProjectileInfo *)0x64ED50;
|
||
|
CProjectileInfo *CProjectileInfo::ms_apProjectile = (CProjectileInfo *)0x87C748;
|
||
|
|
||
|
CProjectileInfo *
|
||
|
CProjectileInfo::GetProjectileInfo(int32 id)
|
||
|
{
|
||
|
return &gaProjectileInfo[id];
|
||
|
}
|