mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
fixup! add forge.quest.data.QuestData to fix old quests
This commit is contained in:
@@ -108,6 +108,11 @@ public class QuestData {
|
|||||||
this.worldId = startingWorld;
|
this.worldId = startingWorld;
|
||||||
this.deckConstructionRules = dcr;
|
this.deckConstructionRules = dcr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public QuestData(String name0, int diff, QuestMode mode0, GameFormat userFormat, boolean allowSetUnlocks,
|
||||||
|
String startingWorld, DeckConstructionRules dcr) {
|
||||||
|
super(name0, diff, mode0, userFormat, allowSetUnlocks, startingWorld, dcr);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the mode.
|
* Gets the mode.
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
package forge.quest.data;
|
|
||||||
|
|
||||||
import forge.game.GameFormat;
|
|
||||||
import forge.gamemodes.quest.QuestMode;
|
|
||||||
import forge.gamemodes.quest.data.DeckConstructionRules;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public final class QuestData extends forge.gamemodes.quest.data.QuestData {
|
|
||||||
|
|
||||||
public QuestData() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public QuestData(String name0, int diff, QuestMode mode0, GameFormat userFormat, boolean allowSetUnlocks,
|
|
||||||
String startingWorld, DeckConstructionRules dcr) {
|
|
||||||
super(name0, diff, mode0, userFormat, allowSetUnlocks, startingWorld, dcr);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user