Guest User

Untitled

a guest
Apr 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class Card {
  2. public String name;
  3. public int hp;
  4. public int atk;
  5. public int stärke;
  6. public int def;
  7. public boolean special;
  8. public boolean hasInt;
  9. public int id;
  10. public boolean sek;
  11. public boolean ter;
  12. }
Add Comment
Please, Sign In to add comment