Battle Talent
V11
|
Inherits MonoBehaviour.
Public Member Functions | |
void | InitData (MerchandiseInfo i, DungeonShop s, TileItemTable t) |
void | SetDiscount (float d) |
void | ShowGrid () |
void | UngrabInteract () |
void | OnBuy () |
void | OnSoldOut () |
bool | IsSoldOut () |
int | GetPrice () |
void | DestroyItem () |
void | Clear () |
Public Attributes | |
Transform | trackPoint |
TextMeshPro | price |
TextMeshPro | curCost |
TextMeshPro | originalCost |
TextMeshPro | deleteLine |
InteractBase | ib |
int | sqrMaxDis = 25 |
LineRenderer | line |