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