mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:11:20 +00:00
17 lines
309 B
C++
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)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|