Exemplo n.º 1
0
 public ThrowFireballCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 2
0
 public BoostCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 3
0
 public StopThrowingFireballCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 4
0
 public CrouchCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 5
0
 public StopJumpingCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 6
0
 public MoveLeftCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 7
0
 public CollectMushroomCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 8
0
 public StandCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }
Exemplo n.º 9
0
 public CollectStarCommand(GameManager.PlayerTag tag)
 {
     this.tag = tag;
 }