Base game sfx done

This commit is contained in:
Sewmina
2022-10-06 23:45:04 +05:30
parent e162647e26
commit 0e84d63e63
236 changed files with 80606 additions and 224 deletions

View File

@@ -16,12 +16,6 @@ public class GoldPackButton : MonoBehaviour
GetComponent<Button>().onClick.AddListener(OnClicked);
}
// Update is called once per frame
void Update()
{
}
void OnClicked(){
MessageDialog.instance.ShowQuestion("Are you sure?", $"Are you sure to purchase {Amount} Gold for {Price} Gems?", Buy,null);
}