Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- using UnityEngine.UI;
- public class ShopCoin : MonoBehaviour
- {
- private static int scoreAmount;
- public void OnButtonDown()
- {
- Score2.scoreAmount -= 30;
- Score1.scoreAmount--;
- }
- }
Add Comment
Please, Sign In to add comment