public CardInitInfo(CardInfo card) {
   this.id = card.getId();
   this.name = card.getUniqueName();
   this.at = card.getCurrentAT();
   this.hp = card.getMaxHP();
   this.level = card.getLevel();
 }