Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.mekelaina.duelcraft.card;
- import java.util.HashMap;
- public class CardCollection
- {
- public static final HashMap<String, CardData> CARD_LIST = new HashMap<String, CardData>(10100,1f);
- }
Advertisement
Add Comment
Please, Sign In to add comment