Compare commits

...

2 commits

2 changed files with 0 additions and 4 deletions

View file

@ -1,8 +1,5 @@
package dev.peerat.backend.model;
import be.jeffcheasey88.peeratcode.mapping.Treasure;
@Treasure
public class Badge {
private String name;

View file

@ -10,7 +10,6 @@ import org.json.simple.JSONObject;
import be.jeffcheasey88.peeratcode.mapping.SeaBottle;
import be.jeffcheasey88.peeratcode.mapping.Treasure;
@Treasure
public class Group implements Comparable<Group> {
private String name;
private Integer linkToChapter;