public ExitGameCommand(Sprint0 game)
 {
     this.game = game;
 }
Beispiel #2
0
 public SetNonmovingNonanimatedCommand(Sprint0 game)
 {
     this.game = game;
 }
 public SetMovingAnimatedCommand(Sprint0 game)
 {
     this.game = game;
 }
 public SetSpriteMouseCommand(Sprint0 game)
 {
     this.game = game;
 }