mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 11:51:21 +00:00
11 lines
250 B
C++
11 lines
250 B
C++
#include "CPowerBeam.hpp"
|
|
#include "Particle/CGenDescription.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
CPowerBeam::CPowerBeam(u32 w1, EWeaponType wType, TUniqueId uid, EMaterialTypes mType, const zeus::CVector3f& vec)
|
|
: CGunWeapon(w1, wType, uid, mType, vec)
|
|
{
|
|
}
|
|
}
|