gold

var gold: Int

The player's current gold currency amount.

Gold serves as the primary currency in the MMO system. Used for purchasing items, services, and various transactions within the game economy.

Persistence: Stored in the gold column of the player_data table. Dirty Tracking: Automatically set when value changes.