mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Implement CStateManager::Update
This commit is contained in:
9
Runtime/Weapon/CProjectileWeapon.cpp
Normal file
9
Runtime/Weapon/CProjectileWeapon.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "CProjectileWeapon.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CRandom16 CProjectileWeapon::g_GlobalSeed = 99;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user