Class ShopLevel
A Shop level contains a specific list. When a sufficient level of experience is reached, the level increases and another list is applied.
Namespace: AutoBattleFramework.Shop
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ShopLevel
Fields
ExpRequired
Required experience level to level up the shop.
Declaration
public int ExpRequired
Field Value
Type | Description |
---|---|
Int32 |
list
List applied to this level.
Declaration
public IShopList list
Field Value
Type | Description |
---|---|
IShopList |