Beispiel #1
0
 // Make sure the player should crouch.
 void Crouch()
 {
     // Set the crouching variable.
     player.Crouch(true);
 }