Class ShopItemInfo
Purchase information, price and probability of appearing in the ShopManager of the GameActor.
Namespace: AutoBattleFramework.Shop
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ShopItemInfo
Fields
itemCost
Purchase price of the shopItem.
Declaration
public int itemCost
Field Value
Type | Description |
---|---|
Int32 |
itemProbabilityWeight
Individual probability of occurrence of the GameActor in the store. This can be ignored depending on the type of IShopList being used.
Declaration
public int itemProbabilityWeight
Field Value
Type | Description |
---|---|
Int32 |
scriptableShopItem
The information of the character or object that can be purchased.
Declaration
public ScriptableShopItem scriptableShopItem
Field Value
Type | Description |
---|---|
ScriptableShopItem |