Base game sfx done
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user