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