コード例 #1
0
ファイル: CrouchCommand.cs プロジェクト: alec-bell/MarioGame
 public void Execute()
 {
     player.ChangeToCrouching();
 }