void ResetSingleCard(Card c) { if(c != null) { c.unitAbilities.contPower = 0; c.unitAbilities.contCritical = 0; c.RemoveAllExtraClans(); } }