Represents a product that can be purchased by players in the game.
Properties
The product ID of the product.
print(WorldProduct.product_id)
The name of the product.
print(WorldProduct.name)
The description of the product.
print(WorldProduct.description)
The price of the product in Gold.
print(WorldProduct.price)
Updated 6 months ago