public void TeleportChip(Card chip, Slot target) { CoroutineControl.Instance.StartCoroutine(TeleportChipRoutine(chip, target)); }