Show / Hide Table of Contents

Class UpgradablePropertyStep

Inheritance
object
Object
ScriptableObject
UpgradablePropertyStep
Namespace: BaseDefense
Assembly: BaseDefense.dll
Syntax
[CreateAssetMenu(fileName = "Property Step", menuName = "Upgradable Property Step", order = 51)]
public class UpgradablePropertyStep : ScriptableObject

Fields

price

Declaration
[Tooltip("Цена за прокачку свойства до текущего значения")]
public int price
Field Value
Type Description
int

stepCount

Declaration
[Tooltip("Текущий шаг свойства")]
public int stepCount
Field Value
Type Description
int

value

Declaration
[Tooltip("Значение текущего шага свойства")]
public float value
Field Value
Type Description
float
In This Article
Back to top Generated by DocFX