mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 12:06:09 +00:00
More CThardus imps, add reference CTevPass imps
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#include "Runtime/MP1/World/CThardusRockProjectile.hpp"
|
||||
|
||||
namespace urde {
|
||||
|
||||
namespace urde::MP1 {
|
||||
CThardusRockProjectile::CThardusRockProjectile(TUniqueId uid, std::string_view name, const CEntityInfo& info,
|
||||
const zeus::CTransform& xf, CModelData&& modelData,
|
||||
const CActorParameters& aParms, const CPatternedInfo& patternedInfo,
|
||||
const std::vector<CModelData>& mDataVec, u32)
|
||||
std::vector<std::unique_ptr<CModelData>>&& mDataVec,
|
||||
CAssetId stateMachine, float)
|
||||
: CPatterned(ECharacter::ThardusRockProjectile, uid, name, EFlavorType::Zero, info, xf, std::move(modelData),
|
||||
patternedInfo, EMovementType::Flyer, EColliderType::One, EBodyType::Flyer, aParms,
|
||||
EKnockBackVariant::Medium) {}
|
||||
EKnockBackVariant::Medium)
|
||||
, x57c_(std::move(mDataVec)) {}
|
||||
|
||||
} // namespace urde
|
||||
} // namespace urde::MP1
|
||||
|
||||
Reference in New Issue
Block a user