예제 #1
0
 public void Visa()
 {
     iTween.MoveTo(VisaCard, Pos.position, 0.5f);
     MasterCard.SetActive(false);
     Pay.SetActive(true);
 }