quest loader will take attributes into account

This commit is contained in:
Maxmtg
2012-03-19 05:48:30 +00:00
parent 77cee318e2
commit 357a4f488e

View File

@@ -97,6 +97,7 @@ public class QuestDataIO {
xStream.registerConverter(new ItemPoolToXml());
xStream.registerConverter(new DeckSectionToXml());
xStream.registerConverter(new GameTypeToXml());
xStream.autodetectAnnotations(true);
xStream.alias("CardPool", ItemPool.class);
xStream.alias("DeckSection", DeckSection.class);
return xStream;