mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 00:27:43 +00:00
Work on projectiles
This commit is contained in:
@@ -96,6 +96,7 @@ public:
|
||||
virtual void Update(float dt);
|
||||
void SetGravity(const zeus::CVector3f& grav) { xbc_gravity = grav; }
|
||||
static void SetGlobalSeed(u16 seed) { g_GlobalSeed = seed; }
|
||||
CElementGen* GetAttachedPS1() const { return xfc_APSMGen.get(); }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user