Gem cheating
This commit is contained in:
@@ -41,6 +41,10 @@ public class ShopScript : MonoBehaviour
|
||||
DBmanager.SetGems(DBmanager.Gems - gemCost);
|
||||
}
|
||||
|
||||
public void CheatGems(){
|
||||
DBmanager.SetGems(DBmanager.Gems + 1000);
|
||||
}
|
||||
|
||||
public void openShop()
|
||||
{
|
||||
shopButtonName = EventSystem.current.currentSelectedGameObject.name;
|
||||
|
||||
Reference in New Issue
Block a user