mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 07:26:10 +00:00
Implement CKnockBackController
This commit is contained in:
@@ -7,7 +7,7 @@ CFlickerBat::CFlickerBat(TUniqueId uid, std::string_view name, CPatterned::EFlav
|
||||
const zeus::CTransform& xf, CModelData&& mData, const CPatternedInfo& pInfo,
|
||||
EColliderType colType, bool b1, const CActorParameters& actParms, bool b2)
|
||||
: CPatterned(ECharacter::FlickerBat, uid, name, flavor, info, xf, std::move(mData), pInfo, EMovementType::Flyer, colType,
|
||||
EBodyType::Pitchable, actParms, 0)
|
||||
EBodyType::Pitchable, actParms, EKnockBackVariant::Zero)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user