This code is for methods

PHOTO EMBED

Thu Dec 15 2022 03:35:25 GMT+0000 (Coordinated Universal Time)

Saved by @Liam41307 #java

Game game = new Game();

// Earn some gold
game.earnGold(200);

// Buy an upgrade
game.buyUpgrade("Upgrade");

// Buy an invention
game.buyInvention("Invention");

// Upgrade the character
game.upgradeCharacter("Character");
content_copyCOPY

So i do not know if this works properly could u guys please let me know

made it here