C# Class EquipmentData, TapBand

Show file Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
equipmentType EquipmentType,
id int
level int
name string
tapMultiplier float
upgradeCost int

Property Details

equipmentType public property

public EquipmentType, equipmentType
return EquipmentType,

id public property

public int id
return int

level public property

public int level
return int

name public property

public string name
return string

tapMultiplier public property

public float tapMultiplier
return float

upgradeCost public property

public int upgradeCost
return int