Merge branch 'master' into 'master'

Update GauntletIO

See merge request core-developers/forge!6216
This commit is contained in:
Anthony Calosa
2022-02-12 05:04:50 +00:00

View File

@@ -60,6 +60,7 @@ public class GauntletIO {
xStream.allowTypeHierarchy(String.class);
xStream.allowTypeHierarchy(EnumMap.class);
xStream.allowTypeHierarchy(ArrayList.class);
xStream.allowTypeHierarchy(PaperCard.class);
xStream.allowTypeHierarchy(CardPool.class);
xStream.allowTypeHierarchy(SortedSet.class);
xStream.allowTypeHierarchy(Deck.class);