I want to create basic crouch system, i watched videos on youtube and scroll a lot of sites but i can’t create this system. Help me pls.
part of code:
void ATomas::StartCrouch()
{
Crouch();
}
void ATomas::StopCrouch()
{
UnCrouch();
}
I want to create basic crouch system, i watched videos on youtube and scroll a lot of sites but i can’t create this system. Help me pls.
part of code:
void ATomas::StartCrouch()
{
Crouch();
}
void ATomas::StopCrouch()
{
UnCrouch();
}