mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Merge branch 'master' into 'master'
Update GauntletIO See merge request core-developers/forge!6216
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user