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