public void setValues(NobleDisplay n) { this.name = n.name; this.pointsReward = n.pointsReward; this.ruby = n.ruby; this.sapphire = n.sapphire; this.diamond = n.diamond; this.emerald = n.emerald; this.onyx = n.onyx; SetZoomCardData(); }
public void activateZoomNoble(NobleDisplay noble) { ZoomCardManager.Instance.displayZoomNoble(noble); }
public void displayZoomNoble(NobleDisplay n) { zoomNoble.setValues(n); zoomNobleOverlay.SetActive(true); }