Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
added status achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskipar committed Sep 6, 2014
1 parent 7a9a556 commit c039a56
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package de.kile.zapfmaster2000.rest.impl.core.achievement.processor.total.user;

public class FrequentZapfer extends AbstractUserTotalAchievementProcessor {

@Override
protected double getTotal() {
return 13.37;
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package de.kile.zapfmaster2000.rest.impl.core.achievement.processor.total.user;

public class Pilsator extends AbstractUserTotalAchievementProcessor{

@Override
protected double getTotal() {
return 20;
}

}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c039a56

Please sign in to comment.