2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/MP1/CSamusDoll.cpp
2017-04-25 20:43:48 -10:00

17 lines
309 B
C++

#include "CSamusDoll.hpp"
namespace urde
{
namespace MP1
{
CSamusDoll::CSamusDoll(const CDependencyGroup& suitDgrp, const CDependencyGroup& ballDgrp,
CPlayerState::EPlayerSuit suit, CPlayerState::EBeamId beam,
bool hasSpiderBall, bool hasGrappleBeam)
{
}
}
}