public static class ShopKeeper.ShopPrice
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
| double | absoluteGoldPrice | the price of the item in base currency gold | 
| int | experiencePrice | the number of experience points required to purchase the item | 
| int | questPointPrice | the number of quest points required to purchase the item | 
| Constructor | Description | 
|---|---|
| ShopPrice() | 
public double absoluteGoldPrice
public int experiencePrice
public int questPointPrice