コード例 #1
0
ファイル: PlayerCrouch.cs プロジェクト: aaxu/Flying-Cat-Game
 // Make sure the player should crouch.
 void Crouch()
 {
     // Set the crouching variable.
     player.Crouch(true);
 }