コード例 #1
0
ファイル: JumpCommand.cs プロジェクト: GalAfik/MazeGame
 public void Execute()
 {
     Debug.Assert(Player != null);
     Player.Jump();
 }