2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

ProjectileWeapon factory, CollisionResponse stub

This commit is contained in:
2016-02-13 11:05:59 -08:00
parent b477a9a9f5
commit 07a6bad207
8 changed files with 235 additions and 2 deletions

View File

@@ -10,6 +10,14 @@
namespace pshag
{
class CCollisionResponseData;
struct SCollisionResponseData
{
TToken<CCollisionResponseData> m_res;
bool m_found = false;
};
class CWeaponDescription
{
public:
@@ -37,7 +45,7 @@ public:
SSwooshGeneratorDesc x64_ASW2;
SSwooshGeneratorDesc x74_ASW3;
SParticleModel x84_OHEF;
//x94_COLR;
SCollisionResponseData x94_COLR;
bool xa4_EWTR;
bool xa5_LWTR;
bool xa6_SWTR;