mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Implement CStateManager::Update
This commit is contained in:
@@ -25,7 +25,9 @@ class CParticleElectric;
|
||||
|
||||
class CElementGen : public CParticleGen
|
||||
{
|
||||
static CRandom16 g_GlobalSeed;
|
||||
public:
|
||||
static void SetGlobalSeed(u16 seed) { g_GlobalSeed.SetSeed(seed); }
|
||||
enum class EModelOrientationType
|
||||
{
|
||||
Normal,
|
||||
|
||||
Reference in New Issue
Block a user