Guest User

CardCollection

a guest
Apr 2nd, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. package com.mekelaina.duelcraft.card;
  2.  
  3. import java.util.HashMap;
  4.  
  5. public class CardCollection
  6. {
  7.     public static final HashMap<String, CardData> CARD_LIST = new HashMap<String, CardData>(10100,1f);
  8.    
  9.    
  10. }
Advertisement
Add Comment
Please, Sign In to add comment