Beispiel #1
0
 public void SignOnPurse()
 {
     declineSellSkinSound.CheckIsAudioEnabledAndPlay();
     StartCoroutine(Twiner.UISigner(purseGameObject));
 }
Beispiel #2
0
 internal void SingOnCost()
 {
     shopPanel.declineSellSkinSound.Play();
     GetComponent <RectTransform>().localScale = new Vector3(1, 1, 0);
     StartCoroutine(Twiner.UISigner(gameObject));
 }