mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 08:27:43 +00:00
Move weapon code to RuntimeWeapon
This commit is contained in:
14
Runtime/Weapon/CGrappleArm.cpp
Normal file
14
Runtime/Weapon/CGrappleArm.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "CGrappleArm.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CGrappleArm::CGrappleArm(const zeus::CVector3f& vec)
|
||||
{
|
||||
}
|
||||
|
||||
void CGrappleArm::AsyncLoadSuit(CStateManager& mgr)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user