2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 08:27:43 +00:00

Implement CPlayer::UpdateGrappleState

This commit is contained in:
Jack Andersen
2017-07-17 20:11:37 -10:00
parent a71e48cf43
commit 4017f2acdd
8 changed files with 270 additions and 17 deletions

View File

@@ -16,4 +16,19 @@ void CGrappleArm::SetAnimState(EArmState state)
}
void CGrappleArm::Activate(bool)
{
}
void CGrappleArm::GrappleBeamDisconnected()
{
}
void CGrappleArm::GrappleBeamConnected()
{
}
}