Continues implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package ch.gtache.elderscrollslegends.client;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public record JSONCardCollection(String Name, JSONRawKey DisplayName, List<JSONCard> Cards, int ContentPackIndex,
|
||||
boolean DisplayAsPromo, String DisplayIcon) {
|
||||
}
|
||||
Reference in New Issue
Block a user