Example #1
0
 public JumpCommand(playerContext player)
 {
     this.player = player;
 }
Example #2
0
 public MoveRightCommand(playerContext player)
 {
     this.player = player;
 }
Example #3
0
 public CrouchCommand(playerContext player)
 {
     this.player = player;
 }
Example #4
0
 public FireballCommand(playerContext player)
 {
     this.player = player;
 }
Example #5
0
 public PauseCommand(playerContext player)
 {
     this.player = player;
 }