Manages in-game resources like Biomass, Plasma, and Crystals. Leverages ERC20 tokens, and supports deploying new tokens, minting, burning, and balance checks.
// Example code for Resource System
import { Resources } from 'rpg-maker-studio';
// Initialize the system
const resourcesSystem = new Resources();
// Configure using helper functions
deployToken();
// Add to your game
game.addSystem(resourcesSystem);