Class ShopGameItem
Derived from ScriptableShopItem. Allows easier navigation in the Unity engine to find items of a specific nature, such as assigning to lists that only allow characters.
Inherited Members
Namespace: AutoBattleFramework.Shop
Assembly: cs.temp.dll.dll
Syntax
public class ShopGameItem : ScriptableShopItem
Methods
ShowUIAdditional(ShopItemUI)
Game items do not show any additional information.
Declaration
public override void ShowUIAdditional(ShopItemUI ui)
Parameters
Type | Name | Description |
---|---|---|
ShopItemUI | ui |