public ExitGameCommand(Sprint0 game) { this.game = game; }
public SetNonmovingNonanimatedCommand(Sprint0 game) { this.game = game; }
public SetMovingAnimatedCommand(Sprint0 game) { this.game = game; }
public SetSpriteMouseCommand(Sprint0 game) { this.game = game; }