mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Add no-args constructors for other quest classes
This commit is contained in:
@@ -38,6 +38,9 @@ public class QuestAchievements {
|
||||
// Difficulty - will store only index from now.
|
||||
private int difficulty;
|
||||
|
||||
public QuestAchievements() { //needed for XML serialization
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO: Write javadoc for Constructor.
|
||||
* @param diff   int
|
||||
|
||||
@@ -165,6 +165,9 @@ public class QuestAssets {
|
||||
cond.setLevel(level);
|
||||
}
|
||||
|
||||
public QuestAssets() { //needed for XML serialization
|
||||
}
|
||||
|
||||
/**
|
||||
* Instantiates a new quest assets.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user